We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab7a08 commit 11d15cbCopy full SHA for 11d15cb
.github/workflows/deployment.yml
@@ -69,8 +69,6 @@ jobs:
69
${{ runner.OS }}-
70
- uses: actions/cache@v1
71
name: Cache gradle wrapper
72
- # cache at Mac OS X is 2 GB (too large)
73
- if: matrix.displayName == 'linux' || matrix.displayName == 'windows'
74
with:
75
path: ~/.gradle/wrapper
76
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
0 commit comments