fix: 显式安装 tailwindcss/oxide Windows 原生绑定
Some checks are pending
Build Windows Installer / build-windows (push) Waiting to run
Some checks are pending
Build Windows Installer / build-windows (push) Waiting to run
This commit is contained in:
parent
df2488c653
commit
a4d1218d21
3
.github/workflows/build-windows.yml
vendored
3
.github/workflows/build-windows.yml
vendored
@ -48,7 +48,8 @@ jobs:
|
|||||||
- name: Install Node dependencies
|
- name: Install Node dependencies
|
||||||
run: |
|
run: |
|
||||||
Remove-Item package-lock.json -ErrorAction SilentlyContinue
|
Remove-Item package-lock.json -ErrorAction SilentlyContinue
|
||||||
npm install
|
npm install --include=optional
|
||||||
|
npm install @tailwindcss/oxide-win32-x64-msvc@4.2.4 --no-save
|
||||||
|
|
||||||
- name: Build renderer
|
- name: Build renderer
|
||||||
run: npx vite build --config vite.config.mjs
|
run: npx vite build --config vite.config.mjs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user