diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 96b0b3b..cb53a06 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -58,7 +58,7 @@ jobs: shell: bash run: | if [ "${{ matrix.config.cxx }}" == "g++" ]; then - 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" cmake -S . -B cmake-build-debug -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles" else cmake -S . -B cmake-build-release -DCMAKE_BUILD_TYPE=Release