Skip to content

Commit 856fd33

Browse files
committed
test 4
1 parent da39668 commit 856fd33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
167167
- name: Setup GCC (MSYS2)
168168
if: matrix.config.os == 'windows' && matrix.config.environment == 'msys2' && matrix.config.use-clang == false
169-
uses: Totto16/msys2-install-packages-pinned@bf505548115e3d6f07d9ccf3901f967d3cad1ca3
169+
uses: Totto16/msys2-install-packages-pinned@a6a188c9c2e3eb2feb8b1a3c910f61d1ee05aa7b
170170
with:
171171
msystem: ${{matrix.config.msystem}}
172172
# gcc-libs 14 don't provide 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
@@ -185,7 +185,7 @@ jobs:
185185
186186
- name: Setup Clang (MSYS2, libc++)
187187
if: matrix.config.os == 'windows' && matrix.config.environment == 'msys2' && matrix.config.use-clang == true
188-
uses: Totto16/msys2-install-packages-pinned@bf505548115e3d6f07d9ccf3901f967d3cad1ca3
188+
uses: Totto16/msys2-install-packages-pinned@a6a188c9c2e3eb2feb8b1a3c910f61d1ee05aa7b
189189
with:
190190
msystem: ${{matrix.config.msystem}}
191191
install: |

0 commit comments

Comments
 (0)