Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Feb 7, 2024
1 parent 4213d60 commit 7bd1d3e
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 @@ -241,7 +241,7 @@ jobs:
cmake --build . --target cling --parallel ${{ env.ncpus }}
cmake --build . --target openmp --parallel ${{ env.ncpus }}
cmake --build . --target gtest_main --parallel ${{ env.ncpus }}
make clean -j ${{ env.ncpus }}
cmake --build . --target install --parallel ${{ env.ncpus }}
make install -j ${{ env.ncpus }}
else
# Apply patches
Expand Down

0 comments on commit 7bd1d3e

Please sign in to comment.