Skip to content

Commit 4a71c3a

Browse files
authored
Add build release flag
1 parent db32385 commit 4a71c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# Build the whole project with Ninja (which is spawn by CMake).
8585
- name: Build
8686
run: |
87-
cmake --build "${{ env.CMAKE_BUILD_DIR }}" --parallel 4
87+
cmake --build "${{ env.CMAKE_BUILD_DIR }}" --parallel 4 --config Release
8888
8989
# Run tests
9090
- name: tests

0 commit comments

Comments
 (0)