Skip to content

Commit

Permalink
CI: use more threads for make
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Jul 12, 2024
1 parent 59df819 commit 56ec599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
run: sudo apt install gcc-arm-none-eabi
- name: Make all
run: |
make
make -j$(nproc)
2 changes: 1 addition & 1 deletion .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
run: sudo apt install gcc-arm-none-eabi qemu-system
- name: Make all
run: |
make run
make -j$(nproc) run

0 comments on commit 56ec599

Please sign in to comment.