Skip to content

Commit eaa105b

Browse files
authored
Expressly request flang 11.0.1 from conda
1 parent 8ecaaf9 commit eaa105b

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
@@ -19,7 +19,7 @@ environment:
1919
install:
2020
- call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
2121
# - conda config --set auto_update_conda false
22-
- conda install -c conda-forge --yes --quiet flang jom
22+
- conda install -c conda-forge --yes --quiet flang=11.0.1 jom
2323
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
2424
- set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"
2525
- set "CPATH=%CONDA_INSTALL_LOCN%\Library\include;%CPATH%"

0 commit comments

Comments
 (0)