From 8043ab769cb9bb6f710baf214a68d7271a208004 Mon Sep 17 00:00:00 2001 From: Ben White Date: Fri, 6 Sep 2024 14:43:16 +0200 Subject: [PATCH] Ditch cache --- .github/workflows/ci-plugin-server.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-plugin-server.yml b/.github/workflows/ci-plugin-server.yml index 03888d2268bc7..6d5ffa26ed72f 100644 --- a/.github/workflows/ci-plugin-server.yml +++ b/.github/workflows/ci-plugin-server.yml @@ -121,13 +121,13 @@ jobs: - name: Install rust uses: dtolnay/rust-toolchain@1.77 - - uses: actions/cache@v4 - with: - path: | - ~/.cargo/registry - ~/.cargo/git - rust/target - key: ${{ runner.os }}-cargo-release-${{ hashFiles('**/Cargo.lock') }} + # - uses: actions/cache@v4 + # with: + # path: | + # ~/.cargo/registry + # ~/.cargo/git + # rust/target + # key: ${{ runner.os }}-cargo-release-${{ hashFiles('**/Cargo.lock') }} - name: Install sqlx-cli working-directory: rust