mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
fix: wine environment
This commit is contained in:
parent
820d09ac4a
commit
e388a36e41
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -116,6 +116,8 @@ jobs:
|
|||||||
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
|
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install --install-recommends winehq-stable -y
|
sudo apt install --install-recommends winehq-stable -y
|
||||||
|
sudo apt-get install wine-binfmt -y
|
||||||
|
sudo update-binfmts --import /usr/share/binfmts/wine
|
||||||
wine --version
|
wine --version
|
||||||
|
|
||||||
corepack enable
|
corepack enable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user