Try a parameter to print the pkg installer log to stderr.

This commit is contained in:
Ryan Volz 2021-05-19 16:26:22 -04:00
parent 10afb63731
commit e9080f350a
1 changed files with 1 additions and 1 deletions

View File

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