Skip to content

Commit

Permalink
More debugging!
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Jul 31, 2024
1 parent ec51c32 commit 0c2acd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/eicshell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ jobs:
setup: "/opt/detector/epic-main/bin/thisepic.sh"
run: |
echo "--- Running EICrecon ---"
export LD_LIBRARY_PATH=$JANA_HOME:$LD_LIBRARY_PATH
export JANA_HOME=$GITHUB_WORKSPACE/jana_home
export LD_LIBRARY_PATH=$JANA_HOME/lib:$LD_LIBRARY_PATH
export JANA_PLUGIN_PATH=$GITHUB_WORKSPACE/EICrecon/plugins
ldd EICrecon/bin/eicrecon
valgrind EICrecon/bin/eicrecon sim_e_1GeV_20GeV_craterlake.edm4hep.root

0 comments on commit 0c2acd5

Please sign in to comment.