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 86c82db commit 9c93d45Copy full SHA for 9c93d45
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
run: cmake -B build -S .
28
29
- name: Build
30
- run: cmake --build build --parallel 4
+ run: cmake --build build --parallel 4 --config Release
31
32
- name: Upload artifacts (Linux)
33
if: matrix.os == 'ubuntu-latest'
0 commit comments