mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
fix: pnpm install
This commit is contained in:
parent
4b8eabe60b
commit
873b233479
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -130,7 +130,7 @@ jobs:
|
||||
chmod +x build/*
|
||||
ls -l build
|
||||
node -v
|
||||
pnpm install
|
||||
pnpm install --no-frozen-lockfile
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
@ -140,6 +140,8 @@ jobs:
|
||||
pnpm run test-prepare
|
||||
ls -l build
|
||||
ls -l test/runner/nwjs/wcc/build/Release
|
||||
# fix: 预先运行,做一下配置,不然
|
||||
./test/wine/wcc.exe
|
||||
# 需要wine64
|
||||
pnpm run test
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user