diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0aa30cf..8f93a22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,8 +119,6 @@ jobs: sudo apt-get install wine-binfmt wine32 -y sudo update-binfmts --import /usr/share/binfmts/wine wine --version - # fix: 预先运行,做一下配置,不然第一次执行会有问题 - ./test/wine/wcc.exe || true corepack enable ls -l @@ -142,6 +140,9 @@ jobs: pnpm run test-prepare ls -l build ls -l test/runner/nwjs/wcc/build/Release + # fix: 预先运行,做一下配置,不然第一次执行会有问题 + ./test/wine/wcc.exe || true + ./test/wine/wcc.exe || true # 需要wine64 pnpm run test