Skip to content

Commit

Permalink
keep tool cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jan 29, 2025
1 parent 800f87e commit fbf017c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
uses: 'jlumbroso/[email protected]'
with:
android: 'false'
tool-cache: 'true'
tool-cache: 'false'
- id: 'step-2'
continue-on-error: true
run: 'rm local.properties'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/src.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ class WithMatrix(
name = "Free space for Ubuntu",
action = FreeDiskSpace_Untyped(
// https://github.com/marketplace/actions/free-disk-space-ubuntu
toolCache_Untyped = "true",
toolCache_Untyped = "false",
android_Untyped = "false",
// others are true
)
Expand Down

0 comments on commit fbf017c

Please sign in to comment.