There was an error while loading. Please reload this page.
1 parent 1cf3b22 commit 86d1f4fCopy full SHA for 86d1f4f
1 file changed
.github/workflows/signpath-test.yml
@@ -135,8 +135,11 @@ jobs:
135
INNO_SHA256: 4c9c92249663f201a33bf194c0cd37e01c60540e299c771f3626411ef463c884
136
run: |
137
set -eu
138
+ # ISCC.exe is 32-bit; wine on the runner ships without i386, so
139
+ # enable multiarch and pull wine32 to get syswow64 working.
140
+ sudo dpkg --add-architecture i386
141
sudo apt-get update
- sudo apt-get install -y --no-install-recommends wine ca-certificates curl zip
142
+ sudo apt-get install -y --no-install-recommends wine wine32:i386 ca-certificates curl zip
143
curl -fsSLo /tmp/inno.tar.gz "$INNO_URL"
144
echo "${INNO_SHA256} /tmp/inno.tar.gz" | sha256sum -c -
145
wineboot -i
0 commit comments