mirror of
https://github.com/ryanvolz/radioconda.git
synced 2026-06-08 09:04:55 -04:00
Try a parameter to print the pkg installer log to stderr.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user