Skip to content

Commit

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

0 comments on commit d3c99bc

Please sign in to comment.