We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc85b4 commit a447d3bCopy full SHA for a447d3b
.github/workflows/main.yml
@@ -72,7 +72,7 @@ jobs:
72
if: ${{ runner.os == 'windows' }}
73
shell: powershell
74
run: |
75
- micromamba shell hook -s cmd.exe -p C:\Users\runneradmin\micromamba-root
+ micromamba shell hook -s cmd.exe --root-prefix C:\Users\runneradmin\micromamba-root
76
77
- name: install cxx compiler
78
if: ${{ runner.os != 'windows' }}
0 commit comments