diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7bf9ddfe..0b7b9688 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -72,7 +72,7 @@ jobs: if: ${{ runner.os == 'windows' }} shell: powershell run: | - 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 - name: install cxx compiler if: ${{ runner.os != 'windows' }}