Skip to content

Commit 64266ea

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)