Skip to content

Commit 4315f93

Browse files
committed
test 2
1 parent 6e4de73 commit 4315f93

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,14 @@ jobs:
132132
133133
- name: Setup GCC (MSYS2)
134134
if: matrix.config.os == 'windows' && ( matrix.config.environment == 'mingw' || matrix.config.environment == 'ucrt' )
135-
uses: Totto16/msys2-install-packages-pinned@ab9eb6101bfc1f248f70fc32d44e8c51fbe35f22
135+
uses: Totto16/msys2-install-packages-pinned@0584602bfc6a9c176fe137161fef88a4224570eb
136136
with:
137137
msystem: ${{matrix.config.environment == 'mingw' && 'MINGW64' || 'UCRT64'}}
138-
#
138+
# 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 constriant 1.9.0
139139
install: |
140-
nghttp3=1.1
140+
nghttp3=1.9
141141
gcc=14 gcc-libs=!
142142
143-
144143
- name: Setup Clang (Linux) (libc++)
145144
if: matrix.config.os == 'ubuntu' && matrix.config.use-clang == true && matrix.config.use-clang_stdlib
146145
run: |

0 commit comments

Comments
 (0)