mirror of
https://github.com/ruby/ruby.git
synced 2026-08-01 17:57:19 +08:00
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 }}
|
||||
run: |
|
||||
set -x
|
||||
PATH=$PATH:$(python -msite --user-base)/bin
|
||||
echo "PATH=$PATH" >> $GITHUB_ENV
|
||||
echo "$(python -msite --user-base)/bin" >> $GITHUB_PATH
|
||||
pip install --user launchable
|
||||
launchable verify || true
|
||||
: # The build name cannot include a slash, so we replace the string here.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user