From cf359d3bd47549c558b3016baf40519838b93e74 Mon Sep 17 00:00:00 2001 From: Seven Of Aces Date: Thu, 12 Dec 2024 19:18:19 -0800 Subject: [PATCH] testing ci --- .forgejo/workflows/cargo_test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.forgejo/workflows/cargo_test.yml b/.forgejo/workflows/cargo_test.yml index 0d7582d..0b09445 100644 --- a/.forgejo/workflows/cargo_test.yml +++ b/.forgejo/workflows/cargo_test.yml @@ -16,6 +16,12 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Install Cargo + uses: actions-rs/toolchain@v1 + with: + toolchain: stable + override: true + - name: Install dependencies run: cargo fetch