Skip to content

Commit 5e5f70e

Browse files
committed
test 7
1 parent f900e9a commit 5e5f70e

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@ebc366127b40b42d798e8623603465d12c1483fd
135+
uses: Totto16/msys2-install-packages-pinned@5b0d8c95ec06db0cd515b8eae35053f5ad2b4372
136136
with:
137137
msystem: ${{matrix.config.environment == 'mingw' && 'MINGW64' || 'UCRT64'}}
138138
install: gcc=14

0 commit comments

Comments
 (0)