From 9697d481c8439ee49f028d74eed445d0a7d565a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20S=C3=A1nchez?= Date: Thu, 14 Dec 2023 00:15:11 +0000 Subject: [PATCH] Fix up clang-format CI. --- ci/checkformat.gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/checkformat.gitlab-ci.yml b/ci/checkformat.gitlab-ci.yml index c4b4c8e91..588ec2e5a 100644 --- a/ci/checkformat.gitlab-ci.yml +++ b/ci/checkformat.gitlab-ci.yml @@ -5,7 +5,8 @@ checkformat:clangformat: - merge_requests allow_failure: true before_script: + - export DEBIAN_FRONTEND=noninteractive - apt-get update -y - - apt-get install -y --no-install-recommends git clang-format-17 + - apt-get install -y --no-install-recommends git clang-format clang-format-17 script: - git clang-format-17 --diff --commit ${CI_MERGE_REQUEST_DIFF_BASE_SHA}