From 8bcba4565443148666eee5ae2eade1c8532b7504 Mon Sep 17 00:00:00 2001 From: SevenOfAces Date: Fri, 13 Dec 2024 04:50:43 +0000 Subject: [PATCH] Update .forgejo/workflows/cargo_test.yml --- .forgejo/workflows/cargo_test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.forgejo/workflows/cargo_test.yml b/.forgejo/workflows/cargo_test.yml index 877c515..f07959c 100644 --- a/.forgejo/workflows/cargo_test.yml +++ b/.forgejo/workflows/cargo_test.yml @@ -17,9 +17,6 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - - name: Install Rust - run: rustup-init -y - - name: Cache dependencies uses: actions/cache@v2 with: