From d4ff5eafb3c2d74f77eea42345dd8eef26e89138 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 10 Oct 2021 15:48:12 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index d575c5b7f..b57dd5398 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,6 +46,7 @@ environment: install: - if [%COMPILER%]==[clang-cl] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat + - if [%COMPILER%]==[clang-cl] conda update -n base conda - if [%COMPILER%]==[clang-cl] conda config --add channels conda-forge --force - if [%COMPILER%]==[clang-cl] conda config --set auto_update_conda false - if [%COMPILER%]==[clang-cl] conda install --yes --quiet clangdev cmake ninja flang=11.0.1