From 327158b22bc3a14777e91a97da556c59a239f2b7 Mon Sep 17 00:00:00 2001 From: brooke Date: Sun, 16 Mar 2025 20:47:10 -0400 Subject: [PATCH] revert, add setup rust toolchain --- .forgejo/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index b352fa2..1201409 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -20,11 +20,15 @@ env: jobs: linux: - runs-on: rust + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4 with: submodules: "recursive" + - uses: actions-rust-lang/setup-rust-toolchain@v1 + - run: cargo test --all-features + with: + components: rustfmt - name: Update toolchain run: |