Skip to content

Commit

Permalink
Remove analysis cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhett12321 committed Jan 11, 2025
1 parent c7a983c commit a112a43
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a112a43

Please sign in to comment.