Skip to content

Commit

Permalink
fix: JANA_PLUGIN_PATH ends iwth plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Oct 25, 2022
1 parent d1f3b74 commit fc4349f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-eic-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
setup: /opt/detector/setup.sh
run: |
export DETECTOR_CONFIG=${DETECTOR}_${{ matrix.detector_config }}
export JANA_PLUGIN_PATH=$PWD/lib/EICrecon${JANA_PLUGIN_PATH:+:${JANA_PLUGIN_PATH}}
export JANA_PLUGIN_PATH=$PWD/lib/EICrecon/plugins${JANA_PLUGIN_PATH:+:${JANA_PLUGIN_PATH}}
chmod a+x bin/*
$PWD/bin/eicrecon -Ppodio:output_file=rec_e_1GeV_20GeV_${{ matrix.detector_config }}.edm4eic.root sim_e_1GeV_20GeV_${{ matrix.detector_config }}.edm4hep.root
- uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
setup: /opt/detector/setup.sh
run: |
export DETECTOR_CONFIG=${DETECTOR}_${{ matrix.detector_config }}
export JANA_PLUGIN_PATH=$PWD/lib/EICrecon${JANA_PLUGIN_PATH:+:${JANA_PLUGIN_PATH}}
export JANA_PLUGIN_PATH=$PWD/lib/EICrecon/plugins${JANA_PLUGIN_PATH:+:${JANA_PLUGIN_PATH}}
chmod a+x bin/*
$PWD/bin/run_eicrecon_reco_flags.py sim_e_1GeV_20GeV_${{ matrix.detector_config }}.edm4hep.root rec_e_1GeV_20GeV_${{ matrix.detector_config }}
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit fc4349f

Please sign in to comment.