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 e6fb7e9 commit 54bc60dCopy full SHA for 54bc60d
.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@692e7d07f9125733106ddffd3788e2a4c4ddff28
+ uses: Totto16/msys2-install-packages-pinned@e826f2d51c10a76321b72c5c7ac42e298075e0a3
136
with:
137
msystem: ${{matrix.config.environment == 'mingw' && 'MINGW64' || 'UCRT64'}}
138
install: gcc=14
0 commit comments