From 212070d0894ba0616c3bd88db0419cf906ac7106 Mon Sep 17 00:00:00 2001 From: bialger Date: Thu, 1 Aug 2024 23:13:47 +0300 Subject: [PATCH] Release word fix --- .github/workflows/ci_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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