From afb5fae3a46662fcc08fe02583f2dbc3f373753d Mon Sep 17 00:00:00 2001 From: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com> Date: Thu, 1 Feb 2024 01:40:08 +0500 Subject: [PATCH] Update android.publish.yml Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com> --- .github/workflows/android.publish.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/android.publish.yml b/.github/workflows/android.publish.yml index 6011d325c..f766fd48f 100644 --- a/.github/workflows/android.publish.yml +++ b/.github/workflows/android.publish.yml @@ -13,22 +13,6 @@ jobs: USE_CCACHE: 1 steps: - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - # 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: false - dotnet: true - haskell: true - large-packages: true - docker-images: true - swap-storage: true - - name: Checkout uses: actions/checkout@v2 @@ -59,7 +43,6 @@ jobs: - name: Setup CCache run: | - sudo rm -rf /usr/local/lib/android/sdk/ndk ln -s $(which ccache) /usr/local/bin/gcc ln -s $(which ccache) /usr/local/bin/g++ ln -s $(which ccache) /usr/local/bin/cc