From 2878f6f42eacfbb0335aea7363620a1bb54f4223 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 6 Oct 2021 21:17:58 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 579c7a12d..8f40fc981 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -91,9 +91,9 @@ jobs: displayName: Add conda to PATH - script: | - conda config --add-channels conda-forge --force + conda config --add channels conda-forge --force conda config --set auto_update_conda false - conda install --yes --quiet ninja + conda install --yes ninja mkdir build cd build cmake -G "Ninja" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DMSVC_STATIC_CRT=ON .. @@ -107,7 +107,7 @@ jobs: displayName: Add conda to PATH - script: | - conda config --add-channels conda-forge --force + conda config --add channels conda-forge --force conda config --set auto_update_conda false conda install --yes --quiet ninja flang mkdir build