File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,12 @@ jobs:
101101
102102 - name : Install wine
103103 run : |
104+
104105 sudo dpkg --add-architecture i386
105106 sudo sh -c "curl https://dl.winehq.org/wine-builds/winehq.key | gpg --dearmor > /etc/apt/trusted.gpg.d/winehq.gpg"
106107 sudo sh -c "apt-add-repository \"https://dl.winehq.org/wine-builds/ubuntu\""
107108 sudo apt update
108- sudo apt-get install -yqq --allow-downgrades libgd3/jammy libpcre2-8-0/jammy libpcre2-16-0/jammy libpcre2-32-0/jammy libpcre2-posix2/jammy
109+ sudo apt-get install -yqq --allow-downgrades libgd3/jammy libpcre2-8-0/jammy libpcre2-16-0/jammy libpcre2-32-0/jammy
109110 sudo apt-get purge -yqq libmono* moby* mono* php* libgdiplus libpcre2-posix3 libzip4
110111 echo "/opt/wine-staging/bin" >> $GITHUB_PATH
111112 sudo apt install -y --install-recommends wine-staging="7.17~jammy-1" wine-staging-i386="7.17~jammy-1" wine-staging-amd64="7.17~jammy-1"
You can’t perform that action at this time.
0 commit comments