mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Free up some disk space on auto-publish
This commit is contained in:
parent
4586a6b26c
commit
94eb142e6d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/autopublish.yaml
vendored
4
.github/workflows/autopublish.yaml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue