Skip to content

Commit

Permalink
clear more explicit folders
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyang committed Jan 21, 2025
1 parent 415b775 commit d45fa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

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

# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
Expand Down

0 comments on commit d45fa89

Please sign in to comment.