From d1eac7a8bff533dadd7a6303270582b079fa6f8a Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 7 Feb 2024 16:46:37 -0600 Subject: [PATCH] installed binstall --- .forgejo/actions/prepare-rust/action.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/actions/prepare-rust/action.yaml b/.forgejo/actions/prepare-rust/action.yaml index 207eb458..82426a31 100644 --- a/.forgejo/actions/prepare-rust/action.yaml +++ b/.forgejo/actions/prepare-rust/action.yaml @@ -39,7 +39,9 @@ runs: - name: Install cargo-zigbuild if: steps.cache.outputs.cache-hit != 'true' - run: yes | cargo binstall cargo-zigbuild + run: | + yes | cargo binstall cargo-zigbuild + echo "Installed binstall" - name: Check if: steps.cache.outputs.cache-hit != 'true'