Skip to content

Commit

Permalink
chore: activate local caching in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed May 8, 2023
1 parent a9615f8 commit a60337f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
GRADLE_CACHE_USERNAME: apikey
GRADLE_CACHE_PASSWORD: ${{ secrets.BUILDLESS_APIKEY }}
GRADLE_CACHE_REMOTE: "true"
GRADLE_CACHE_LOCAL: false
GRADLE_CACHE_LOCAL: true
CACHE_ENDPOINT: "https://azr.less.build/cache/generic/"
GRADLE_OPTS: "-Xmx6g -XX:MaxMetaspaceSize=1024m -XX:+UseParallelGC"

Expand Down

0 comments on commit a60337f

Please sign in to comment.