Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PegasusPlusUS authored Jan 4, 2025
1 parent 0757d81 commit b4e4d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo "Building in directory: $dir"
cd "$dir"
make clean || true
make || { echo "Build failed in $dir"; exit 1; }
make build || { echo "Build failed in $dir"; exit 1; }
echo "Build succeeded in $dir"
cd -
fi
Expand Down

0 comments on commit b4e4d12

Please sign in to comment.