Skip to content

Commit 0b81daf

Browse files
committed
QT through msys
1 parent 6b76936 commit 0b81daf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/cmake_windows.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,15 @@ jobs:
1414
steps:
1515
- name: Checkout source
1616
uses: actions/checkout@v4
17-
- name: Install Qt
18-
uses: jurplel/install-qt-action@v4
19-
with:
20-
version: '6.6.*'
21-
- name: Install zlib
17+
- name: Install msys2 deps
2218
uses: msys2/setup-msys2@v2
2319
with:
2420
update: true
2521
install: >-
2622
git
2723
make
2824
zlib
25+
qt6
2926
pacboy: >-
3027
toolchain:p
3128
cmake:p

0 commit comments

Comments
 (0)