Update GITHUB_PATH

This commit is contained in:
asonix 2024-02-07 19:32:06 -06:00
parent 213acd9f10
commit eecd8a9d86
2 changed files with 4 additions and 4 deletions

View File

@ -47,8 +47,8 @@ runs:
name: Export path
if: steps.cache.outputs.cache-hit == 'true'
run: |
export PATH=$PATH:$HOME/.cargo/bin
export PATH=$PATH:$HOME/.rustup/bin
$HOME/.cargo/bin >> $GITHUB_PATH
$HOME/.rustup/bin >> $GITHUB_PATH
-
name: Populate rust cache
if: steps.cache.outputs.cache-hit != 'true'