Skip to content

Commit

Permalink
eic-shell CI job: Help CMake find correct JANA2 install
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Jul 19, 2024
1 parent 26d2ac9 commit 58e4f37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/eicshell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 58e4f37

Please sign in to comment.