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/*
|
chmod +x build/*
|
||||||
ls -l build
|
ls -l build
|
||||||
node -v
|
node -v
|
||||||
pnpm install
|
pnpm install --no-frozen-lockfile
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
@ -140,6 +140,8 @@ jobs:
|
|||||||
pnpm run test-prepare
|
pnpm run test-prepare
|
||||||
ls -l build
|
ls -l build
|
||||||
ls -l test/runner/nwjs/wcc/build/Release
|
ls -l test/runner/nwjs/wcc/build/Release
|
||||||
|
# fix: 预先运行,做一下配置,不然
|
||||||
|
./test/wine/wcc.exe
|
||||||
# 需要wine64
|
# 需要wine64
|
||||||
pnpm run test
|
pnpm run test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user