From 9f8df22f06009a77d416b842d052fc7ee2b4c075 Mon Sep 17 00:00:00 2001 From: LailaTheElf Date: Mon, 14 Apr 2025 11:30:46 +0200 Subject: [PATCH] remove `Swatinem/rust-cache` --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 0facaf4..4e7ce49 100644 --- a/action.yml +++ b/action.yml @@ -186,10 +186,10 @@ runs: RUST_CACHE_PARAMETERS: ${{ inputs.rust-cache-parameters }} if: inputs.use-rust-cache == 'true' - - name: Cache cargo & target directories - uses: Swatinem/rust-cache@v2 - with: ${{ steps.parse-rust-cache-parameters.outputs }} - if: inputs.use-rust-cache == 'true' + # - name: Cache cargo & target directories + # uses: Swatinem/rust-cache@v2 + # with: ${{ steps.parse-rust-cache-parameters.outputs }} + # if: inputs.use-rust-cache == 'true' - name: Run cargo test working-directory: ${{ inputs.working-directory }}