Skip to content

Commit

Permalink
Add LCG_104 to the CI with EDM4hep
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jan 9, 2025
1 parent 9948664 commit 00cec4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
cmake -DDD4HEP_HEPMC3_COMPRESSION_SUPPORT=ON ..
fi
# Make sure DD4hep can be built with an older version of EDM4hep (0.10.5 for LCG_106)
if [[ ${{ matrix.LCG }} =~ 106 ]]; then
if [[ ${{ matrix.LCG }} =~ 106 ||${{ matrix.LCG }} =~ 104 ]]; then
echo "::group::CMakeConfig Enable EDM4hep"
cmake -DDD4HEP_USE_EDM4HEP=ON ..
fi
Expand Down

0 comments on commit 00cec4b

Please sign in to comment.