From ed4210d8de1f4eb2552f101755baf781e190df39 Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 7 Feb 2024 14:49:19 -0600 Subject: [PATCH] New rust action --- .forgejo/workflows/check.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 3d9977e..537dcfd 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -11,11 +11,10 @@ jobs: image: docker.io/node:20-bookworm steps: - uses: https://github.com/actions/checkout@v4 - - uses: https://github.com/hecrj/setup-rust-action@v2 + - uses: https://github.com/dtolnay/rust-toolchain@1.75.0 with: - rust-version: 1.75.0 - components: clippy targets: x86_64-unknown-linux-musl,armv7-unknown-linux-musleabihf,aarch64-unknown-linux-musl + components: clippy - uses: https://github.com/taiki-e/install-action@v2 with: tool: cargo-binstall