File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,14 @@ skip_commits:
1111# Add [av skip] to commit messages
1212 message : /\[av skip\]/
1313
14- cache :
15- - ' %APPVEYOR_BUILD_FOLDER%\build'
16-
1714environment :
1815 global :
19- CONDA_INSTALL_LOCN : C:\\Miniconda36 -x64
16+ CONDA_INSTALL_LOCN : C:\\Miniconda37 -x64
2017
2118install :
2219 - call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
23- - conda config --set auto_update_conda false
24- - conda config --add channels conda-forge --force
25- - conda install --yes --quiet flang jom
20+ # - conda config --set auto_update_conda false
21+ - conda install -c conda-forge --yes --quiet flang jom
2622 - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
2723 - set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"
2824 - set "CPATH=%CONDA_INSTALL_LOCN%\Library\include;%CPATH%"
You can’t perform that action at this time.
0 commit comments