From b498dada26aa6e31e3ee84e786047302c0c8cddb Mon Sep 17 00:00:00 2001 From: xoviat Date: Thu, 2 Nov 2017 12:58:22 -0500 Subject: [PATCH] [appveyor] fix conda --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 50ca3d9a9..4ea78eae6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,7 +38,8 @@ install: - if [%COMPILER%]==[clang-cl] call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64 - if [%COMPILER%]==[flang] call C:\Miniconda36-x64\Scripts\activate.bat - - if [%COMPILER%]==[flang] conda config --add channels conda-forge isuruf/label/flang --force + - if [%COMPILER%]==[flang] conda config --add channels conda-forge --force + - if [%COMPILER%]==[flang] conda config --add channels isuruf/label/flang - if [%COMPILER%]==[flang] conda install --yes clangdev flangdev cmake - if [%COMPILER%]==[flang] call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64