Skip to content

Commit

Permalink
Tweak CI a bit
Browse files Browse the repository at this point in the history
Signed-off-by: Vince JV <[email protected]>
  • Loading branch information
vincejv committed Nov 17, 2024
1 parent 48ebc8d commit 07a6d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Compile firmware
run: |
IGNORE_ERRORS=1 make -j$(($(nproc) + 1)) || make -j1 V=s
IGNORE_ERRORS=1 make -j$($(nproc)) || make -j$($(nproc)) || make -j1 V=s
echo "======================="
echo "Space usage:"
echo "======================="
Expand Down

0 comments on commit 07a6d25

Please sign in to comment.