From 7bd1d3eb2a3b4ebd80c1dbf58d4bd06e56c9cf34 Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:05:24 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdc77a8c..d09f274a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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