Skip to content

Commit dd53fc9

Browse files
authored
Merge pull request #1181 from rust-lang/maint
Maintenance
2 parents 52b33f3 + a0a41fc commit dd53fc9

File tree

11 files changed

+1040
-1152
lines changed

11 files changed

+1040
-1152
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)