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 f401357 commit 212070dCopy full SHA for 212070d
.github/workflows/ci_tests.yml
@@ -58,7 +58,7 @@ jobs:
58
shell: bash
59
run: |
60
if [ "${{ matrix.config.cxx }}" == "g++" ]; then
61
- cmake -S . -B cmake-build-release -DCMAKE_BUILD_TYPE=Releaseh -G "Unix Makefiles"
+ cmake -S . -B cmake-build-release -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles"
62
cmake -S . -B cmake-build-debug -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles"
63
else
64
cmake -S . -B cmake-build-release -DCMAKE_BUILD_TYPE=Release
0 commit comments