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 c1d3ebe commit 0d8fcf2Copy full SHA for 0d8fcf2
.github/workflows/mingw_static.yml
@@ -56,7 +56,7 @@ jobs:
56
-Dlslgitrevision=${{ github.sha }} \
57
-Dlslgitbranch=${{ github.ref }} \
58
-DLSL_OPTIMIZATIONS=OFF \
59
- -G Ninja
+ -G 'MSYS Makefiles'
60
61
- name: make
62
run: cmake --build build --target install --config Release -j --verbose
0 commit comments