Skip to content

Commit 7e6fe62

Browse files
committed
use details from msys cmake example
1 parent 4f5eb13 commit 7e6fe62

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/cmake_windows.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,15 @@ jobs:
1919
uses: msys2/setup-msys2@v2
2020
with:
2121
update: true
22-
install: zlib
22+
install: >-
23+
git
24+
make
25+
zlib
26+
pacboy: >-
27+
toolchain:p
28+
cmake:p
29+
ninja:p
2330
- name: Configure
24-
run: cmake -B windows -DCMAKE_BUILD_TYPE=Release
31+
run: cmake -G Ninja -B windows -DCMAKE_BUILD_TYPE=Release
2532
- name: Build
2633
run: cmake --build windows --parallel

0 commit comments

Comments
 (0)