From 71fdfff88932974ffe4e8bd35917af465f16f45b Mon Sep 17 00:00:00 2001 From: Drew Minnear Date: Mon, 24 Nov 2025 09:36:40 -0500 Subject: [PATCH] free up storage in push container step as well --- .github/workflows/ci-pipeline.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-pipeline.yaml b/.github/workflows/ci-pipeline.yaml index ef5c025..cb628f6 100644 --- a/.github/workflows/ci-pipeline.yaml +++ b/.github/workflows/ci-pipeline.yaml @@ -160,6 +160,9 @@ jobs: fetch-depth: 0 persist-credentials: false + - name: Free up storage + run: sudo rm -rf /usr/local/lib/android + - name: Download image uses: actions/download-artifact@v5 with: