Skip to content

Commit 48c5742

Browse files
committed
Update runner for MinGW static CI and install cmake in msys2 shell.
1 parent 18c26dd commit 48c5742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mingw_static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
-Dlslgitrevision=${{ github.sha }} \
4545
-Dlslgitbranch=${{ github.ref }} \
4646
-DLSL_OPTIMIZATIONS=OFF \
47-
-G 'MSYS Makefiles'
47+
-G Ninja
4848
4949
- name: make
5050
run: cmake --build build --target install --config Release -j --verbose

0 commit comments

Comments
 (0)