Skip to content

Commit

Permalink
Fix github CI build command for everything
Browse files Browse the repository at this point in the history
`make pluto` won't build the dependences properly (something to be
fixed). Just run `make` with no args.
  • Loading branch information
bondhugula committed Jun 21, 2023
1 parent 37ae1fe commit 8e24aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# Execute the build.
run: |
# Build pluto and libpluto test binary.
make -j 16 pluto
make -j 16
make test_libpluto
make unit_tests
Expand Down

0 comments on commit 8e24aad

Please sign in to comment.