From a112a435cca575b4eda05997ace2db842adbee51 Mon Sep 17 00:00:00 2001 From: Jhett Black <10942655+jhett12321@users.noreply.github.com> Date: Sat, 11 Jan 2025 22:31:20 +0100 Subject: [PATCH] Remove analysis cache. --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 689be4a..8cf18a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,14 +37,6 @@ jobs: id: vars run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" - - name: Code Analysis Cache - uses: actions/cache@v2 - with: - path: ~/.local/share/JetBrains - key: analysis-cache-${{ steps.vars.outputs.sha_short }} - restore-keys: | - analysis-cache - - name: Code Analysis uses: JetBrains/ReSharper-InspectCode@v0.8 with: