Skip to content

Commit aa6c081

Browse files
committed
CI: Update conda location on windows
1 parent 15b3684 commit aa6c081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
if: contains(matrix.os, 'windows')
8888
shell: cmd
8989
run: |
90-
set CONDA_INSTALL_LOCN=C:\\Miniconda
90+
set CONDA_INSTALL_LOCN=C:\\Miniconda3
9191
call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
9292
call conda activate test
9393
set LFORTRAN_CMAKE_GENERATOR=Ninja
@@ -107,7 +107,7 @@ jobs:
107107
if: contains(matrix.os, 'windows')
108108
shell: cmd
109109
run: |
110-
set CONDA_INSTALL_LOCN=C:\\Miniconda
110+
set CONDA_INSTALL_LOCN=C:\\Miniconda3
111111
call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
112112
call conda activate test
113113
set LFORTRAN_CMAKE_GENERATOR=Ninja

0 commit comments

Comments
 (0)