From 1210bfc3b80013632bbbfb7cbf4f81fc9739b0e9 Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 7 Feb 2024 16:33:26 -0600 Subject: [PATCH] Fix targets --- .forgejo/actions/prepare-rust/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/actions/prepare-rust/action.yaml b/.forgejo/actions/prepare-rust/action.yaml index af8da61..7936ffc 100644 --- a/.forgejo/actions/prepare-rust/action.yaml +++ b/.forgejo/actions/prepare-rust/action.yaml @@ -29,7 +29,7 @@ runs: uses: https://github.com/dtolnay/rust-toolchain@1.75.0 with: components: clippy - targets: x86_64-unknown-linux-musl,armv7-unknown-linux-musleabihf,aarch64-unknown-linux-musl + targets: ${{ inputs.targets }} - name: Install cargo-binstall if: steps.cache.outputs.cache-hit != 'true'