Skip to content

Commit 13e56c6

Browse files
committed
Recover disk space on GitHub Actions
Looks like we hit a tipping point and don't quite fit anymore.
1 parent bc03e44 commit 13e56c6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ jobs:
141141
uses: actions/checkout@v4
142142
with:
143143
ref: "${{ github.event.pull_request.head.sha }}"
144+
- name: Recover disk space
145+
run: sudo rm -rf /usr/local/lib/android
144146
- name: Configure Ruby
145147
uses: ruby/setup-ruby@v1
146148
with:

ci/workflows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ workflows:
230230
steps:
231231
- *checkout_pr
232232

233+
- name: Recover disk space
234+
run: |-
235+
sudo rm -rf /usr/local/lib/android
236+
233237
- name: "Configure Ruby"
234238
uses: ruby/setup-ruby@v1
235239
with:

0 commit comments

Comments
 (0)