Skip to content

Commit

Permalink
CI: Update conda location on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaikh-Ubaid committed Apr 26, 2024
1 parent 15b3684 commit de55e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
if: contains(matrix.os, 'windows')
shell: cmd
run: |
set CONDA_INSTALL_LOCN=C:\\Miniconda
set CONDA_INSTALL_LOCN=C:\\Users\runneradmin\Miniconda3
call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
call conda activate test
set LFORTRAN_CMAKE_GENERATOR=Ninja
Expand Down

0 comments on commit de55e71

Please sign in to comment.