Skip to content

Commit

Permalink
Merge pull request #281 from eic/ci-prepend-plugin-path
Browse files Browse the repository at this point in the history
fix(ci): prepend JANA_PLUGIN_PATH, not JANA_HOME
  • Loading branch information
faustus123 authored Oct 26, 2022
2 parents c2b4cde + fc4349f commit fbccb0c
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_HOME=$PWD/lib/EICrecon
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_HOME=$PWD/lib/EICrecon
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 fbccb0c

Please sign in to comment.