Skip to content

Commit

Permalink
-j 6 seems to work for SIX, how about NITRO?
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith authored and Dan Smith committed Jan 26, 2023
1 parent 713ee85 commit 24ff328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
cd build
# using the default number of threads (-j) causes G++ to crash
cmake --build . -j 2
cmake --build . -j 6
cmake --build . --target install
- name: test
run: |
Expand Down

0 comments on commit 24ff328

Please sign in to comment.