Skip to content

Commit

Permalink
try dash
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Jan 17, 2025
1 parent 0f1f49f commit aa211ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- name: Execute Make
run: |
if ! docker compose run --rm ner-gcc-arm make -j `nproc`; then
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

0 comments on commit aa211ae

Please sign in to comment.