From 94986bc06e66ae582104d1094414e57c6741c72f Mon Sep 17 00:00:00 2001 From: Nikolay Petrov Date: Wed, 13 Sep 2023 17:50:59 +0100 Subject: [PATCH] fixing ci.yml --- .ci/pipeline/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/pipeline/ci.yml b/.ci/pipeline/ci.yml index edf1ed5ccff..6f6693cf015 100755 --- a/.ci/pipeline/ci.yml +++ b/.ci/pipeline/ci.yml @@ -28,7 +28,7 @@ jobs: vmImage: 'ubuntu-22.04' steps: - script: | - .ci/env/apt.sh clang-format + .ci/env/apt.sh clang-format displayName: 'apt-get' - script: | .ci/scripts/clang-format.sh