Skip to content

Commit

Permalink
Event rates now runs BUT uses the wrong oscillator
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Wallace committed Jan 28, 2025
1 parent d61c906 commit 3dc1dfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/EventRates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ 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 Down

0 comments on commit 3dc1dfc

Please sign in to comment.