Try $HOME in macOS pkg INSTALL_PATH.

This commit is contained in:
Ryan Volz 2021-05-19 17:50:44 -04:00
parent e57dfd0cb7
commit d971d6142b
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ jobs:
OS_NAME: ${{ matrix.OS_NAME }}
ARCH: ${{ matrix.ARCH }}
TARGET_VOLUME: CurrentUserHomeDirectory
INSTALL_PATH: /Users/runner/${{ env.DISTNAME }}
INSTALL_PATH: $HOME/${{ env.DISTNAME }}
run: |
installer -verbose -dumplog -pkg dist/$DISTNAME-*-$OS_NAME-$ARCH.pkg -target $TARGET_VOLUME
eval "$($INSTALL_PATH/bin/conda shell.bash hook)"