Skip to content

Commit d2f247a

Browse files
committed
Fixed cmake for MSYS2 build
1 parent 5451f4c commit d2f247a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-windows-msys2.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
release: false
2121
install: >-
2222
git
23+
make
2324
python3-pip
24-
msys2-w32api-runtime
25+
mingw-w64-x86_64-cmake
26+
mingw-w64-x86_64-gcc
2527
msys2-w32api-runtime
2628
2729
- name: "Setup cmake"

0 commit comments

Comments
 (0)