File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1213jobs :
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
You can’t perform that action at this time.
0 commit comments