From 779104fdedf9c89d65b00e6c08f110f332927d6e Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 7 Feb 2024 19:06:59 -0600 Subject: [PATCH] Compile zigbuild --- .forgejo/actions/prepare-rust/action.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.forgejo/actions/prepare-rust/action.yaml b/.forgejo/actions/prepare-rust/action.yaml index 3a4a0b1..b132716 100644 --- a/.forgejo/actions/prepare-rust/action.yaml +++ b/.forgejo/actions/prepare-rust/action.yaml @@ -35,18 +35,12 @@ runs: with: components: clippy targets: ${{ inputs.targets }} - - - name: Install cargo-binstall - if: steps.cache.outputs.cache-hit != 'true' - uses: https://github.com/taiki-e/install-action@v2 - with: - tool: cargo-binstall - name: Install cargo-zigbuild if: steps.cache.outputs.cache-hit != 'true' run: | - yes | cargo binstall cargo-zigbuild ; - echo "Installed binstall" + cargo install cargo-zigbuild + echo "Installed zigbuild" - name: Check if: steps.cache.outputs.cache-hit != 'true'