Update android.publish.yml

Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com>
This commit is contained in:
Ammar Ahmed
2024-02-01 00:16:43 +05:00
committed by GitHub
parent a00e534974
commit 55a561dd74

View File

@@ -13,12 +13,21 @@ jobs:
USE_CCACHE: 1
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: false
haskell: false
large-packages: false
docker-images: true
swap-storage: true
- name: Checkout
uses: actions/checkout@v2