Skip to content

Commit d433654

Browse files
authored
test(ci, android): add step to clear space for source builds (#11)
1 parent 287bcc3 commit d433654

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/pre-merge.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ jobs:
1212
test-android:
1313
runs-on: ubuntu-latest
1414
steps:
15+
- name: Free Disk Space (Ubuntu)
16+
uses: insightsengineering/disk-space-reclaimer@v1
17+
with:
18+
tools-cache: false
19+
android: false
20+
dotnet: true
21+
haskell: true
22+
large-packages: false
23+
swap-storage: false
24+
docker-images: true
25+
1526
- name: Checkout Repo
1627
uses: actions/checkout@v3
1728

0 commit comments

Comments
 (0)