From 50f0f5885e5a7701db84d283b0a3cdccb3c1c344 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 12 Mar 2023 22:48:43 -0700 Subject: [PATCH] Remove old rust cache action --- .github/workflows/artifacts.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 50b09202..adafd067 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -24,8 +24,6 @@ jobs: ~/.cargo/git ./src-tauri/target key: ${{ runner.os }}-cargo-${{ hashFiles('src-tauri/Cargo.lock') }} - - uses: Swatinem/rust-cache@v2 - working-directory: src-tauri - uses: actions/setup-node@v3 with: node-version: 18