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 e5f7200 commit c92fae5Copy full SHA for c92fae5
.github/workflows/build.yml
@@ -132,7 +132,7 @@ jobs:
132
133
- name: Setup GCC (MSYS2)
134
if: matrix.config.os == 'windows' && ( matrix.config.environment == 'mingw' || matrix.config.environment == 'ucrt' )
135
- uses: Totto16/msys2-install-packages-pinned@76cf12211adff633a1de63b6d2559b2d16668f8a
+ uses: Totto16/msys2-install-packages-pinned@b5c41d5a8547664665aa9cc606a648278f6316de
136
with:
137
msystem: ${{matrix.config.environment == 'mingw' && 'MINGW64' || 'UCRT64'}}
138
install: gcc=14
0 commit comments