Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removes -j2 from build flags. Ninja should manage the parallel build
  • Loading branch information
weslleyspereira committed May 24, 2023
commit f37aa33819915e072487f8d25e72ebffd5743802
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
run: |
ctest -D ExperimentalStart
ctest -D ExperimentalConfigure
ctest -D ExperimentalBuild -j2
ctest -D ExperimentalBuild

- name: Test with OpenMP
working-directory: ${{github.workspace}}/build
Expand Down