Skip to content

Commit

Permalink
Run single core when building with GCC
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries committed May 30, 2024
1 parent 77bd4a1 commit d9da918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-gxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
-DBUILD_TESTING:BOOL=ON
- name: Build
run: cmake --build --preset=unixlike-gcc-debug
run: cmake --build --preset=unixlike-gcc-debug --parallel 1

- name: Test
run: ctest --preset=unixlike-gcc-debug

0 comments on commit d9da918

Please sign in to comment.