diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 9a1ddb2..8d224d2 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -20,9 +20,7 @@ jobs: GITHUB_STATUS_REPORTER: ${{ !env.ACT }} GITHUB_COMMENT_REPORTER: ${{ !env.ACT }} - - uses: https://github.com/wackbyte/rust-toolchain@trunk - with: - toolchain: stable + - uses: https://actions-rust-lang/setup-rust-toolchain@v1 #- run: cargo test --all-features - run: cargo run -- --help