Skip to content

Commit

Permalink
Merge branch 'development' into BenWibking/cic-particles
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWibking authored Jan 20, 2024
2 parents 296638d + 08219f8 commit 50b3a2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ jobs:
working-directory: ${{runner.workspace}}/build
shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>"
# Restrict to 1 build process at a time to avoid OOM kills.
run: cmake --build . --config $BUILD_TYPE --parallel 1
run: cmake --build . --config $BUILD_TYPE --parallel 4

- name: Create test output directory
run: cmake -E make_directory $GITHUB_WORKSPACE/tests
Expand Down

0 comments on commit 50b3a2b

Please sign in to comment.