Auto merge of #15783 - lnicola:autopublish-space, r=lnicola

internal: Free up some disk space on auto-publish

`@bors` r+
This commit is contained in:
bors 2023-10-19 16:36:42 +00:00
commit 0cae1ca656

View File

@ -19,6 +19,10 @@ jobs:
with:
fetch-depth: 0
# https://github.com/jlumbroso/free-disk-space/blob/main/action.yml
- name: Free up some disk space
run: sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc /usr/local/.ghcup
- name: Install Rust toolchain
run: rustup update --no-self-update stable