Skip to content

Commit

Permalink
Lowered the number of threads for the rpi CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreRouma committed Dec 26, 2021
1 parent 6ded678 commit 6626965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:

- name: Build
working-directory: ${{runner.workspace}}/build
run: make VERBOSE=1 -j4
run: make VERBOSE=1 -j3

- name: Create Dev Archive
working-directory: ${{runner.workspace}}
Expand Down

0 comments on commit 6626965

Please sign in to comment.