Skip to content

Fix clang check in .gitlab-ci.yml

Luke Davis requested to merge ldavis__fix_cicd_clang into spiir-O4-EW-development

git-clang-format-14 is not able to find clang-format because the later versions were renamed to clang-format-14. This patch creates a symbolic link to the old binary name.

Merge request reports