This commit is contained in:
asonix 2024-02-07 19:33:53 -06:00
parent eecd8a9d86
commit 4f3d11bc2a

View file

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