Skip to content

Commit

Permalink
Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Wallace committed Jan 28, 2025
1 parent 4b7ed40 commit 2a7b9cf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/EventRates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
docker build . \
--file ${{ matrix.file }} \
--tag ghcr.io/dune/mach3:${{ matrix.tag }} \
--build-arg MACH3_DUNE_VERSION=${{ github.ref_name }}
--build-arg MACH3_DUNE_VERSION=${{ github.ref_name }} \
--build-arg MACH3_DUNE_BUILD_ARGS="-DNuFastLinear_ENABLED=ON"

Expand All @@ -52,9 +52,7 @@ jobs:
image: ghcr.io/dune/mach3:${{ matrix.tag }}
shell: bash
options: -v /cvmfs:/cvmfs:shared
run: |
which root-config
run: |
ln -sf \
/cvmfs/dune.osgstorage.org/pnfs/fnal.gov/usr/dune/persistent/stash/MaCh3/inputs/TDR/v1/* \
inputs
Expand Down

0 comments on commit 2a7b9cf

Please sign in to comment.