Skip to content

Commit 11d15cb

Browse files
committed
activate cache on mac
limit has been increased to 5GB
1 parent aab7a08 commit 11d15cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ jobs:
6969
${{ runner.OS }}-
7070
- uses: actions/cache@v1
7171
name: Cache gradle wrapper
72-
# cache at Mac OS X is 2 GB (too large)
73-
if: matrix.displayName == 'linux' || matrix.displayName == 'windows'
7472
with:
7573
path: ~/.gradle/wrapper
7674
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}

0 commit comments

Comments
 (0)