Skip to content

Commit e6b603f

Browse files
committed
try and force ucrt64
1 parent 9c7ceb4 commit e6b603f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cmake_windows.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ jobs:
1717
- name: Install msys2 deps
1818
uses: msys2/setup-msys2@v2
1919
with:
20+
msystem: ucrt64
2021
update: true
2122
install: >-
2223
git
2324
make
2425
zlib
25-
qt6-base
26+
qt6-static
2627
pacboy: >-
2728
toolchain:p
2829
cmake:p

0 commit comments

Comments
 (0)