Echos
Some checks failed
/ tests (push) Failing after 25s
/ check (aarch64-unknown-linux-musl) (push) Failing after 31s
/ clippy (push) Failing after 27s
/ check (armv7-unknown-linux-musleabihf) (push) Failing after 32s
/ check (x86_64-unknown-linux-musl) (push) Has been cancelled

This commit is contained in:
asonix 2024-02-07 16:45:12 -06:00
parent 440155eb42
commit 1fa476c19e

View file

@ -38,7 +38,14 @@ runs:
tool: cargo-binstall
-
name: Install cargo-zigbuild
if: steps.cache.outputs.cache-hit != 'true'
run: yes | cargo binstall cargo-zigbuild
-
name: Check
if: steps.cache.outputs.cache-hit != 'true'
run: |
echo "GOT HERE"
which cargo
-
name: Fetch dependencies
if: steps.cache.outputs.cache-hit != 'true'