Skip to content

Commit

Permalink
Ignore errors in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv committed Apr 11, 2024
1 parent 39770da commit 4943d0a
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: |
make -j$(($(nproc) + 1)) || make -j$(($(nproc) + 1)) || make -j1 V=s
IGNORE_ERRORS=1 make -j$(($(nproc) + 1)) || make -j1 V=s
echo "======================="
echo "Space usage:"
echo "======================="
Expand Down

0 comments on commit 4943d0a

Please sign in to comment.