Skip to content

Commit 798ab5f

Browse files
authored
Update .appveyor.yml
1 parent ac7d655 commit 798ab5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install:
2727
# - conda update --yes -n base conda
2828
# - conda config --add channels conda-forge --force
2929
# - conda clean --all --yes
30-
- conda install -c conda-forge --yes --quiet flang
30+
- %CONDA_INSTALL_LOCN%\conda install -c conda-forge --yes --quiet flang
3131
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
3232
- set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"
3333
- set "CPATH=%CONDA_INSTALL_LOCN%\Library\include;%CPATH%"

0 commit comments

Comments
 (0)