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 45b4ccf commit 4213d60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ jobs:
cmake --build . --target clang --parallel ${{ env.ncpus }}
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 }}
make install -j ${{ env.ncpus }}
else
Expand Down

0 comments on commit 4213d60

Please sign in to comment.