This commit is contained in:
asonix 2024-02-07 19:33:53 -06:00
parent eecd8a9d86
commit 4f3d11bc2a
1 changed files with 2 additions and 2 deletions

View File

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