Skip to content

Commit

Permalink
Merge pull request #507 from odin-delrio/patch-1
Browse files Browse the repository at this point in the history
Improved gradle cache key calculation example
  • Loading branch information
Konrad Pabjan authored and GitHub committed Jan 14, 2021
2 parents 26c48dc + e64ab30 commit 3303695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
```
Expand Down

0 comments on commit 3303695

Please sign in to comment.