We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c26dd commit 48c5742Copy full SHA for 48c5742
.github/workflows/mingw_static.yml
@@ -44,7 +44,7 @@ jobs:
44
-Dlslgitrevision=${{ github.sha }} \
45
-Dlslgitbranch=${{ github.ref }} \
46
-DLSL_OPTIMIZATIONS=OFF \
47
- -G 'MSYS Makefiles'
+ -G Ninja
48
49
- name: make
50
run: cmake --build build --target install --config Release -j --verbose
0 commit comments