Skip to content

Commit

Permalink
Try to fix cache not working on windows action
Browse files Browse the repository at this point in the history
  • Loading branch information
Skidamek committed Jul 30, 2024
1 parent 09833ea commit adbde75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
!~/.gradle/caches/**/*.lock
~/.gradle/wrapper
./.gradle/loom-cache
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle.kts', '**/gradle-wrapper.properties', '**/gradle.properties', '**/*.accesswidener', 'settings.json') }}
Expand Down

0 comments on commit adbde75

Please sign in to comment.