diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 3d9977ec..537dcfd9 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