From 1fa476c19e2750058d9397eda1eea5a38741dcf0 Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 7 Feb 2024 16:45:12 -0600 Subject: [PATCH] Echos --- .forgejo/actions/prepare-rust/action.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.forgejo/actions/prepare-rust/action.yaml b/.forgejo/actions/prepare-rust/action.yaml index 3939766..207eb45 100644 --- a/.forgejo/actions/prepare-rust/action.yaml +++ b/.forgejo/actions/prepare-rust/action.yaml @@ -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'