fix: environment

This commit is contained in:
msojocs 2025-01-21 16:30:28 +08:00
parent e388a36e41
commit a2fa373880
2 changed files with 3 additions and 0 deletions

View File

@ -118,7 +118,10 @@ jobs:
sudo apt install --install-recommends winehq-stable -y
sudo apt-get install wine-binfmt -y
sudo update-binfmts --import /usr/share/binfmts/wine
echo :windows:M::MZ::/usr/bin/wine: > /proc/sys/fs/binfmt_misc/register
echo :windowsPE:M::PE::/usr/bin/wine: > /proc/sys/fs/binfmt_misc/register
wine --version
./test/wine/wcc.exe
corepack enable
ls -l

0
test/wine/wcc.exe Normal file → Executable file
View File