From e9080f350aae3ee52fa36377c7bd7d10a6a1b646 Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Wed, 19 May 2021 16:26:22 -0400 Subject: [PATCH] Try a parameter to print the pkg installer log to stderr. --- .github/workflows/build_radioconda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_radioconda.yml b/.github/workflows/build_radioconda.yml index 948f123..cce2766 100644 --- a/.github/workflows/build_radioconda.yml +++ b/.github/workflows/build_radioconda.yml @@ -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