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: