File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
DEBIAN_FRONTEND : noninteractive
8
8
PAWPAW_SKIP_LTO : 1
9
9
PAWPAW_SKIP_SAMPLERATE : 1
10
- PAWPAW_VERSION : 7105dc52abffd5aa5f1ab65f27396f59ba945ea3
10
+ PAWPAW_SKIP_TESTS : 1
11
+ PAWPAW_VERSION : 90236be774b3d2d615f489815b7cafbe576feaf6
11
12
12
13
jobs :
13
14
linux :
@@ -94,11 +95,11 @@ jobs:
94
95
dpkg --add-architecture i386
95
96
apt-get update -qq
96
97
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
98
99
else
99
100
apt-get install -yqq binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64
100
101
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
102
103
- uses : actions/checkout@v3
103
104
with :
104
105
submodules : recursive
You can’t perform that action at this time.
0 commit comments