Skip to content

Commit

Permalink
try clearing cache
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyang committed Jan 21, 2025
1 parent 78e62bb commit 415b775
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
changelog: ${{ steps.properties.outputs.changelog }}
steps:

# Clear Gradle cache
- name: Clear Gradle Cache
run: rm -rf ~/.gradle/caches

# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
uses: jlumbroso/free-disk-space@main
Expand Down

0 comments on commit 415b775

Please sign in to comment.