mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
fix: wine cfg
This commit is contained in:
parent
b317243664
commit
8001b6b3e7
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -119,6 +119,8 @@ 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: 预先运行,做一下配置,不然第一次执行会有问题
|
||||||
|
winecfg
|
||||||
|
|
||||||
corepack enable
|
corepack enable
|
||||||
ls -l
|
ls -l
|
||||||
@ -140,8 +142,6 @@ 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 2>0
|
|
||||||
# 需要wine64
|
# 需要wine64
|
||||||
pnpm run test
|
pnpm run test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user