From 57ae4ddec5ec1c57dc7ce0821445c877cc92e63c Mon Sep 17 00:00:00 2001 From: msojocs Date: Wed, 22 Jan 2025 13:20:16 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=B0=83=E6=95=B4=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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