Skip to content

Commit d469b91

Browse files
Merge pull request #929 from martin-frbg/appv-flang11
Appveyor CI: Expressly request flang 11.0.1 from conda
2 parents 43a55bc + eaa105b commit d469b91

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)