test: try $GITHUB_PATH for updating PATH
All checks were successful
/ test (pull_request) Successful in 2m21s
All checks were successful
/ test (pull_request) Successful in 2m21s
This commit is contained in:
parent
80a4acd56a
commit
5e441d6b11
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ runs:
|
||||||
- run: mkdir -p ci-bin
|
- run: mkdir -p ci-bin
|
||||||
- run: curl --output - --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused --location --silent --show-error --fail 'https://github.com/trunk-rs/trunk/releases/download/v0.21.12/trunk-x86_64-unknown-linux-gnu.tar.gz' | tar --gunzip --extract --file -
|
- run: curl --output - --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused --location --silent --show-error --fail 'https://github.com/trunk-rs/trunk/releases/download/v0.21.12/trunk-x86_64-unknown-linux-gnu.tar.gz' | tar --gunzip --extract --file -
|
||||||
working-directory: ci-bin
|
working-directory: ci-bin
|
||||||
- run: export PATH="$(pwd)/ci-bin:$PATH"
|
- run: echo "$(pwd)/ci-bin" >> $GITHUB_PATH
|
||||||
- run: echo "$PATH"
|
- run: echo "$PATH"
|
||||||
|
|
Loading…
Add table
Reference in a new issue