Skip to content

Commit

Permalink
Add LCG_104 in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jan 9, 2025
1 parent e1c41cc commit 7473eac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +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)
# 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
echo "::group::CMakeConfig Enable EDM4hep"
cmake -DDD4HEP_USE_EDM4HEP=ON ..
Expand Down

0 comments on commit 7473eac

Please sign in to comment.