diff --git a/.github/workflows/eicshell.yml b/.github/workflows/eicshell.yml index 115f7b020..0a8e21488 100644 --- a/.github/workflows/eicshell.yml +++ b/.github/workflows/eicshell.yml @@ -86,8 +86,7 @@ jobs: echo "--- Compiling EICrecon ---" git clone https://github.com/eic/EICrecon cd EICrecon - export JANA_HOME=$GITHUB_WORKSPACE/jana_home - cmake -S . -B build + cmake -S . -B build -DJANA_DIR=$GITHUB_WORKSPACE/jana_home cmake --build build --target install -- -j8