Skip to content

Commit

Permalink
Change build command
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Oct 16, 2024
1 parent cf06238 commit c1d0685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ jobs:
- name: Build tests
run: |
cd ../boost-root/__build__
cmake --build . --target tests -j $(nproc)
cmake --build . -j $(nproc)
# Will leave this commented out for now. GHA does not install graphics cards by default
#- name: Run tests
# run: |
Expand Down

0 comments on commit c1d0685

Please sign in to comment.