Skip to content

Commit

Permalink
Make edm4hep workflows pass
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jan 31, 2024
1 parent 4d40432 commit de59b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
cd $STARTDIR/edm4hep
mkdir build && cd build
cmake -DCMAKE_CXX_STANDARD=17 \
-DCMAKE_CXX_FLAGS=" -fdiagnostics-color=always -Werror " \
-DCMAKE_CXX_FLAGS=" -fdiagnostics-color=always " \
-DUSE_EXTERNAL_CATCH2=ON \
-G Ninja ..
ninja -k0
Expand Down

0 comments on commit de59b2a

Please sign in to comment.