mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 03:11:24 +00:00
Echo
This commit is contained in:
parent
eecd8a9d86
commit
4f3d11bc2a
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue