Skip to content

Commit 1c748ca

Browse files
committed
Fix Windows CI toolchain mismatch for g++
1 parent 4dee717 commit 1c748ca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cpp-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ jobs:
3131
- name: Setup MSYS2
3232
uses: msys2/setup-msys2@v2
3333
with:
34+
msystem: MINGW64
35+
path-type: inherit
3436
update: true
3537
install: >-
36-
mingw-w64-ucrt-x86_64-gcc
38+
mingw-w64-x86_64-gcc
3739
3840
- name: Check markdown links
3941
shell: msys2 {0}

0 commit comments

Comments
 (0)