fix: 修复 Windows 构建中 tailwindcss 原生绑定找不到的问题,改用 npm install 替代 npm ci
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
cb2c186f7f
commit
ec105b3828
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
node-version: "18"
|
node-version: "18"
|
||||||
|
|
||||||
- name: Install Node dependencies
|
- name: Install Node dependencies
|
||||||
run: npm ci
|
run: npm install
|
||||||
|
|
||||||
- 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