Skip to content

Commit fb5e29b

Browse files
committed
test 18
1 parent 378caf0 commit fb5e29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
133133
- name: Setup GCC (MSYS2)
134134
if: matrix.config.os == 'windows' && ( matrix.config.environment == 'mingw' || matrix.config.environment == 'ucrt' )
135-
uses: Totto16/msys2-install-packages-pinned@c1a7784b1d9324baf939f6c30db2fe77739f7d4e
135+
uses: Totto16/msys2-install-packages-pinned@3dc3080939386a3406746ec90b18a89ac84ad56d
136136
with:
137137
msystem: ${{matrix.config.environment == 'mingw' && 'MINGW64' || 'UCRT64'}}
138138
install: gcc=14

0 commit comments

Comments
 (0)