Skip to content

Commit 555b204

Browse files
committed
Try and fix rpu test - 7
1 parent 50c47f2 commit 555b204

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@ jobs:
3131
- name: Pre-test
3232
run: ./ci.sh
3333

34+
- name: Install wine
35+
uses: devopsx/gha-ubuntu-i386-fix@master
36+
3437
- name: Install dependencies
3538
env:
3639
DEBIAN_FRONTEND: noninteractive
3740
run: |
3841
sudo apt-get update -qq
39-
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
4043
4144
- name: Build binaries
4245
run: ./build.sh

0 commit comments

Comments
 (0)