Skip to content

Commit

Permalink
Switch to Alma9 for Key4hep based workflow (AIDASoft#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Jun 6, 2024
1 parent 1b80735 commit d275460
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/key4hep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
matrix:
include:
- release: "sw-nightlies.hsf.org/key4hep"
RNTUPLE: ON

steps:
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
- uses: aidasoft/run-lcg-view@v4
with:
container: centos7
container: el9
view-path: /cvmfs/${{ matrix.release }}
run: |
echo "::group::Run CMake"
Expand All @@ -33,7 +33,7 @@ jobs:
-DCMAKE_CXX_STANDARD=17 \
-DCMAKE_CXX_FLAGS=" -fdiagnostics-color=always -Werror -Wno-error=deprecated-declarations " \
-DUSE_EXTERNAL_CATCH2=AUTO \
-DENABLE_RNTUPLE=${{ matrix.RNTUPLE }} \
-DENABLE_RNTUPLE=ON \
-G Ninja ..
echo "::endgroup::"
echo "::group::Build"
Expand Down

0 comments on commit d275460

Please sign in to comment.