We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a58c24 commit 0fe0271Copy full SHA for 0fe0271
.github/workflows/build.yml
@@ -135,7 +135,7 @@ jobs:
135
uses: Totto16/msys2-install-packages-pinned@4f917e1df94c275f9ae6479b7ce8e8a2f1660c1b
136
with:
137
msystem: ${{matrix.config.environment == 'mingw' && 'MINGW64' || 'UCRT64'}}
138
- install: gcc=14
+ install: gcc=14 gcc-libs=!
139
140
- name: Setup Clang (Linux) (libc++)
141
if: matrix.config.os == 'ubuntu' && matrix.config.use-clang == true && matrix.config.use-clang_stdlib
0 commit comments