Skip to content

Commit

Permalink
activate cache on mac
Browse files Browse the repository at this point in the history
limit has been increased to 5GB
  • Loading branch information
Siedlerchr committed Mar 14, 2020
1 parent aab7a08 commit 11d15cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ jobs:
${{ runner.OS }}-
- uses: actions/cache@v1
name: Cache gradle wrapper
# cache at Mac OS X is 2 GB (too large)
if: matrix.displayName == 'linux' || matrix.displayName == 'windows'
with:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
Expand Down

0 comments on commit 11d15cb

Please sign in to comment.