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 1198074 commit 5a58c24Copy full SHA for 5a58c24
.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@4775bf35efdf167f4bfc82577ea31f8f55fb7d7d
+ uses: Totto16/msys2-install-packages-pinned@4f917e1df94c275f9ae6479b7ce8e8a2f1660c1b
136
with:
137
msystem: ${{matrix.config.environment == 'mingw' && 'MINGW64' || 'UCRT64'}}
138
install: gcc=14
0 commit comments