Skip to content

Commit b6c0b13

Browse files
committed
fix: MSYS2, add require package by gcc-lib, so that the correct version gets installed
1 parent 2cda428 commit b6c0b13

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
@@ -135,7 +135,7 @@ jobs:
135135
uses: Totto16/msys2-install-packages-pinned@v1
136136
with:
137137
msystem: ${{matrix.config.environment == 'mingw' && 'MINGW64' || 'UCRT64'}}
138-
install: gcc=14 gcc-libs=!
138+
install: gcc=14 gcc-libs=! cc-libs=!
139139

140140

141141
- name: Setup Clang (Linux) (libc++)

0 commit comments

Comments
 (0)