Skip to content

Commit 0cae1ca

Browse files
committed
Auto merge of rust-lang#15783 - lnicola:autopublish-space, r=lnicola
internal: Free up some disk space on auto-publish `@bors` r+
2 parents 4586a6b + 94eb142 commit 0cae1ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/autopublish.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22+
# https://github.com/jlumbroso/free-disk-space/blob/main/action.yml
23+
- name: Free up some disk space
24+
run: sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc /usr/local/.ghcup
25+
2226
- name: Install Rust toolchain
2327
run: rustup update --no-self-update stable
2428

0 commit comments

Comments
 (0)