Skip to content

Commit e698671

Browse files
authored
CI: Run Android SDK removal in the background to speed up the job (#12271)
1 parent 54fa184 commit e698671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ jobs:
168168
with:
169169
persist-credentials: false
170170

171-
# Remove the Android SDK to free up space
172-
- run: sudo rm -rf /usr/local/lib/android
171+
# Remove the Android SDK in the background to free up space
172+
- run: sudo rm -rf /usr/local/lib/android &
173173

174174
- name: Install Typst
175175
run: |

0 commit comments

Comments
 (0)