Skip to content

Commit 28eed52

Browse files
authored
Fix windows build with latest micromamba (#157)
1 parent 8dc85b4 commit 28eed52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if: ${{ runner.os == 'windows' }}
7373
shell: powershell
7474
run: |
75-
micromamba shell hook -s cmd.exe -p C:\Users\runneradmin\micromamba-root
75+
micromamba shell hook -s cmd.exe --root-prefix C:\Users\runneradmin\micromamba-root
7676
7777
- name: install cxx compiler
7878
if: ${{ runner.os != 'windows' }}

0 commit comments

Comments
 (0)