Skip to content

Commit 5d01016

Browse files
committed
fix: MSYS2, downgrade more packages so that gcc-libs can be installed correctly
1 parent fd3b050 commit 5d01016

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,17 @@ jobs:
136136
with:
137137
msystem: ${{matrix.config.environment == 'mingw' && 'MINGW64' || 'UCRT64'}}
138138
# gcc-libs 14 don't provbide the virtual package cc-libs, only gcc-libs 15 (see https://github.com/msys2/MINGW-packages/commit/9fa882f7eb6f639780a13df016497a93e45544ac) provide it, so until we use gcc 15, nghttp3 < 1.10.1 needs to be used (see https://github.com/msys2/MINGW-packages/commit/16b7f94772f29f1c207764701d863d266a5de64c) since 1.10.1 needs cc-libs and not gcc-libs. The newest version matching that constraint is 1.9.0
139+
# for the other pavckages see https://github.com/msys2/MINGW-packages/commit/62308009e77d772a126313626b194e503b0e5135
139140
install: |
140141
nghttp3=1.9
142+
SDL2=2.32.4
143+
aom=3.12.0
144+
curl=8.13.0
145+
gnutls=3.8.8
146+
libarchive=3.7.9
147+
mpg123=1.32.9
148+
ngtcp2=1.12.0
149+
python=3.12.9-4
141150
gcc=14 gcc-libs=!
142151
143152
- name: Setup Clang (Linux) (libc++)

0 commit comments

Comments
 (0)