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 d0635e8 commit f6279e7Copy full SHA for f6279e7
.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@f7f16edf7117f2bcb5552607370adb1ba915c386
+ uses: Totto16/msys2-install-packages-pinned@20f7a23e6f4e625388ccba8d16a471312be53d20
136
with:
137
msystem: ${{matrix.config.environment == 'mingw' && 'MINGW64' || 'UCRT64'}}
138
install: gcc=14
0 commit comments