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: |