From ba5bcf031cb32b00e04176b09a6da8b3f71a1ab8 Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Thu, 6 Feb 2020 13:04:06 +0000 Subject: [PATCH] Fix Clang-tidy call --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 430dd2d..14004fb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -232,7 +232,7 @@ jobs: wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - sudo apt-add-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main" sudo apt-get update - sudo apt-get install -y clang-format-9 + sudo apt-get install -y clang-format-9 clang-tidy-9 sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-9 100 displayName: 'Install clang'