We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c47f2 commit 555b204Copy full SHA for 555b204
1 file changed
.github/workflows/build.yml
@@ -31,12 +31,15 @@ jobs:
31
- name: Pre-test
32
run: ./ci.sh
33
34
+ - name: Install wine
35
+ uses: devopsx/gha-ubuntu-i386-fix@master
36
+
37
- name: Install dependencies
38
env:
39
DEBIAN_FRONTEND: noninteractive
40
run: |
41
sudo apt-get update -qq
- sudo apt-get install -y --no-install-recommends gcc-mingw-w64 musl-tools wine32
42
+ sudo apt-get install -y --no-install-recommends gcc-mingw-w64 musl-tools
43
44
- name: Build binaries
45
run: ./build.sh
0 commit comments