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 48c5742 commit b4f82f4Copy full SHA for b4f82f4
.github/workflows/mingw_static.yml
@@ -44,7 +44,7 @@ jobs:
44
-Dlslgitrevision=${{ github.sha }} \
45
-Dlslgitbranch=${{ github.ref }} \
46
-DLSL_OPTIMIZATIONS=OFF \
47
- -G Ninja
+ -G 'MSYS Makefiles'
48
49
- name: make
50
run: cmake --build build --target install --config Release -j --verbose
0 commit comments