Skip to content

Commit 212070d

Browse files
committed
Release word fix
1 parent f401357 commit 212070d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
shell: bash
5959
run: |
6060
if [ "${{ matrix.config.cxx }}" == "g++" ]; then
61-
cmake -S . -B cmake-build-release -DCMAKE_BUILD_TYPE=Releaseh -G "Unix Makefiles"
61+
cmake -S . -B cmake-build-release -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles"
6262
cmake -S . -B cmake-build-debug -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles"
6363
else
6464
cmake -S . -B cmake-build-release -DCMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)