Skip to content

Commit 5481f7c

Browse files
committed
CI: Skip dep tests, fix wine
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 19ed640 commit 5481f7c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ env:
77
DEBIAN_FRONTEND: noninteractive
88
PAWPAW_SKIP_LTO: 1
99
PAWPAW_SKIP_SAMPLERATE: 1
10-
PAWPAW_VERSION: 7105dc52abffd5aa5f1ab65f27396f59ba945ea3
10+
PAWPAW_SKIP_TESTS: 1
11+
PAWPAW_VERSION: 90236be774b3d2d615f489815b7cafbe576feaf6
1112

1213
jobs:
1314
linux:
@@ -94,11 +95,11 @@ jobs:
9495
dpkg --add-architecture i386
9596
apt-get update -qq
9697
if [ '${{ matrix.target }}' == 'win32' ]; then
97-
apt-get install -yqq binutils-mingw-w64-i686 g++-mingw-w64-i686
98+
apt-get install -yqq binutils-mingw-w64-i686 g++-mingw-w64-i686
9899
else
99100
apt-get install -yqq binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64
100101
fi
101-
apt-get install -yqq autoconf automake curl cmake git mingw-w64 wine-stable
102+
apt-get install -yqq autoconf automake curl cmake git mingw-w64 wine wine32
102103
- uses: actions/checkout@v3
103104
with:
104105
submodules: recursive

0 commit comments

Comments
 (0)