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'