From d462d1631745d34a185c5af427c2efcb39b6ae16 Mon Sep 17 00:00:00 2001 From: izzy2lost Date: Fri, 13 Jun 2025 09:19:30 -0400 Subject: [PATCH] Update release-apk.yml --- .github/workflows/release-apk.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/release-apk.yml b/.github/workflows/release-apk.yml index 9e20250..c2f8f02 100644 --- a/.github/workflows/release-apk.yml +++ b/.github/workflows/release-apk.yml @@ -9,22 +9,6 @@ jobs: runs-on: ubuntu-24.04 steps: - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@v1.3.1 - 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 repository (with submodules) uses: actions/checkout@v4 with: