Skip to content

Commit

Permalink
Hopefully this works
Browse files Browse the repository at this point in the history
  • Loading branch information
nwdepatie committed Sep 25, 2023
1 parent fd1ee9c commit 070707f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:

- name: Execute Make
run: |
sudo docker exec -it \
ner-gcc-arm:latest sh -c
"if ! make; then
if ! make; then
echo "The application has failed to build."
exit 1 # This will cause the workflow to fail
fi"
fi

0 comments on commit 070707f

Please sign in to comment.