Skip to content

Commit

Permalink
only remove android sdk to speed up free space job (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov authored Dec 3, 2024
1 parent c8bc93d commit 179d219
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ jobs:
- name: Free disk space in the runner before build
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
# removes 5.7GB of android SDK only
tool-cache: false
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
haskell: true
dotnet: false
haskell: false
large-packages: false
docker-images: false
swap-storage: false
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/publish-stable-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,11 @@ jobs:
- name: Free disk space in the runner before build
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
# removes 5.7GB of android SDK only
tool-cache: false
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
haskell: true
dotnet: false
haskell: false
large-packages: false
docker-images: false
swap-storage: false
Expand Down

0 comments on commit 179d219

Please sign in to comment.