diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 59e18f8..7e32ecd 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -13,9 +13,7 @@ jobs: steps: - uses: https://github.com/actions/checkout@v3 - - uses: https://github.com/actions-rs/toolchain@v1 - with: - toolchain: stable + - uses: https://github.com/dtolnay/rust-toolchain@stable - name: Install flip-link run: cargo install flip-link