Skip to content

Commit

Permalink
Do not build with EDM4hep on LCG_104
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jan 9, 2025
1 parent 3cbd9b6 commit d29b1aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ jobs:
echo "::group::CMakeConfig 2"
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 and 0.10.0 for LCG_104
if [[ ${{ matrix.LCG }} =~ 106 || ${{ matrix.LCG }} =~ 104 ]]; then
# Make sure DD4hep can be built with an older version of EDM4hep, 0.10.5 for LCG_106
if [[ ${{ matrix.LCG }} =~ 106 ]]; then
echo "::group::CMakeConfig Enable EDM4hep"
cmake -DDD4HEP_USE_EDM4HEP=ON ..
fi
Expand Down

0 comments on commit d29b1aa

Please sign in to comment.