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 db32385 commit 4a71c3aCopy full SHA for 4a71c3a
.github/workflows/cmake.yml
@@ -84,7 +84,7 @@ jobs:
84
# Build the whole project with Ninja (which is spawn by CMake).
85
- name: Build
86
run: |
87
- cmake --build "${{ env.CMAKE_BUILD_DIR }}" --parallel 4
+ cmake --build "${{ env.CMAKE_BUILD_DIR }}" --parallel 4 --config Release
88
89
# Run tests
90
- name: tests
0 commit comments