From 6ba3d440bc0277d176071504ab37182c46b27e6d Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Mon, 3 Nov 2025 16:14:42 +0100 Subject: [PATCH] CI: Run Android SDK removal in the background to speed up the job --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac16ebe06e5..d70898c4f5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,8 +168,8 @@ jobs: with: persist-credentials: false - # Remove the Android SDK to free up space - - run: sudo rm -rf /usr/local/lib/android + # Remove the Android SDK in the background to free up space + - run: sudo rm -rf /usr/local/lib/android & - name: Install Typst run: |