perf: 调整位置

This commit is contained in:
msojocs 2025-01-22 13:20:16 +08:00
parent 99b8cc7ffb
commit 57ae4ddec5

View File

@ -119,8 +119,6 @@ jobs:
sudo apt-get install wine-binfmt wine32 -y sudo apt-get install wine-binfmt wine32 -y
sudo update-binfmts --import /usr/share/binfmts/wine sudo update-binfmts --import /usr/share/binfmts/wine
wine --version wine --version
# fix: 预先运行,做一下配置,不然第一次执行会有问题
./test/wine/wcc.exe || true
corepack enable corepack enable
ls -l ls -l
@ -142,6 +140,9 @@ 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 || true
./test/wine/wcc.exe || true
# 需要wine64 # 需要wine64
pnpm run test pnpm run test