Skip to content

Commit

Permalink
send
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Jan 17, 2025
1 parent aa211ae commit 58c9590
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Execute Make
run: |
if ! docker-compose run --rm ner-gcc-arm make -j `nproc`; then
echo "The application has failed to build."
exit 1 # This will cause the workflow to fail
fi
run: docker compose run --rm ner-gcc-arm make -j `nproc`

0 comments on commit 58c9590

Please sign in to comment.