Use $GITHUB_PATH
This commit is contained in:
parent
a22448df9d
commit
afd42e4db7
3
.github/actions/launchable/setup/action.yml
vendored
3
.github/actions/launchable/setup/action.yml
vendored
@ -88,8 +88,7 @@ runs:
|
|||||||
working-directory: ${{ inputs.srcdir }}
|
working-directory: ${{ inputs.srcdir }}
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
PATH=$PATH:$(python -msite --user-base)/bin
|
echo "$(python -msite --user-base)/bin" >> $GITHUB_PATH
|
||||||
echo "PATH=$PATH" >> $GITHUB_ENV
|
|
||||||
pip install --user launchable
|
pip install --user launchable
|
||||||
launchable verify || true
|
launchable verify || true
|
||||||
: # The build name cannot include a slash, so we replace the string here.
|
: # The build name cannot include a slash, so we replace the string here.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user