Skip to content

Fix compilation issue on some CI runners

Florian Uhlig requested to merge f.uhlig/cbmroot:reco_binary into reco_binary

Somehow the compilation of yaml-cpp failed without proper error on some CI runners. Make terminated with an internal error. The workaround is to not to run the build process in parallel. Move the download from build to configuration time.

Merge request reports