mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-08-01 13:02:41 -04:00
Tweak PKG test to what I think will be the actual install path.
This commit is contained in:
parent
73b77ae44d
commit
10afb63731
2
.github/workflows/build_radioconda.yml
vendored
2
.github/workflows/build_radioconda.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
|||||||
OS_NAME: ${{ matrix.OS_NAME }}
|
OS_NAME: ${{ matrix.OS_NAME }}
|
||||||
ARCH: ${{ matrix.ARCH }}
|
ARCH: ${{ matrix.ARCH }}
|
||||||
TARGET_VOLUME: CurrentUserHomeDirectory
|
TARGET_VOLUME: CurrentUserHomeDirectory
|
||||||
INSTALL_PATH: ~/Applications/${{ env.DISTNAME }}
|
INSTALL_PATH: ~/${{ env.DISTNAME }}
|
||||||
run: |
|
run: |
|
||||||
installer -verbose -pkg dist/$DISTNAME-*-$OS_NAME-$ARCH.pkg -target $TARGET_VOLUME
|
installer -verbose -pkg dist/$DISTNAME-*-$OS_NAME-$ARCH.pkg -target $TARGET_VOLUME
|
||||||
eval "$($INSTALL_PATH/bin/conda shell.bash hook)"
|
eval "$($INSTALL_PATH/bin/conda shell.bash hook)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user