Fixed azure issue

This commit is contained in:
Syrus 2020-01-14 13:20:41 +01:00
parent 220bbc9563
commit 41ab3fd5b4

View File

@ -224,7 +224,7 @@ jobs:
- template: .azure/install-sccache.yml - template: .azure/install-sccache.yml
- template: .azure/install-cmake.yml - template: .azure/install-cmake.yml
- bash: | - bash: |
sudo apt-get install doxygen graphviz sudo apt-get install doxygen graphviz
displayName: Install doxygen displayName: Install doxygen
- bash: | - bash: |
make docs make docs