From 44493049a0a86d3a54aa785709a32ac6480b193c Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 28 Jun 2021 23:01:34 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b604b7e20..f68d6f753 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,7 +47,7 @@ environment: install: - if [%COMPILER%]==[clang-cl] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat - if [%COMPILER%]==[clang-cl] conda config --add channels conda-forge --force - - if [%COMPILER%]==[clang-cl] conda install tqdm -f + - if [%COMPILER%]==[clang-cl] conda install tqdm -f --yes - if [%COMPILER%]==[clang-cl] conda install --yes --quiet clangdev cmake ninja flang=11.0.1 - if [%COMPILER%]==[clang-cl] call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64 - if [%COMPILER%]==[clang-cl] set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"