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