From 41ab3fd5b4a43b5f1e7ccd43f8e3a4c9e7bd1621 Mon Sep 17 00:00:00 2001 From: Syrus Date: Tue, 14 Jan 2020 13:20:41 +0100 Subject: [PATCH] Fixed azure issue --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2f495c6a5b4..ca6c0cad14e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -224,7 +224,7 @@ jobs: - template: .azure/install-sccache.yml - template: .azure/install-cmake.yml - bash: | - sudo apt-get install doxygen graphviz + sudo apt-get install doxygen graphviz displayName: Install doxygen - bash: | make docs