Skip to content

Commit 0fe0271

Browse files
committed
test 22
1 parent 5a58c24 commit 0fe0271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
uses: Totto16/msys2-install-packages-pinned@4f917e1df94c275f9ae6479b7ce8e8a2f1660c1b
136136
with:
137137
msystem: ${{matrix.config.environment == 'mingw' && 'MINGW64' || 'UCRT64'}}
138-
install: gcc=14
138+
install: gcc=14 gcc-libs=!
139139

140140
- name: Setup Clang (Linux) (libc++)
141141
if: matrix.config.os == 'ubuntu' && matrix.config.use-clang == true && matrix.config.use-clang_stdlib

0 commit comments

Comments
 (0)