Skip to content

Commit

Permalink
Fixed workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
bialger committed Aug 1, 2024
1 parent d843eb4 commit 64cc087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
if [ "${{ matrix.config.cxx }}" == "g++" ]; then
git config pack.windowMemory 10m
cmake -S . -B cmake-build-release-DCMAKE_BUILD_TYPE=Release -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
Expand Down

0 comments on commit 64cc087

Please sign in to comment.