Echo
Some checks failed
/ check (x86_64-unknown-linux-musl) (push) Waiting to run
/ clippy (push) Successful in 2m22s
/ tests (push) Successful in 2m29s
/ check (aarch64-unknown-linux-musl) (push) Has been cancelled
/ check (armv7-unknown-linux-musleabihf) (push) Has been cancelled

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'