Free up some disk space on auto-publish

This commit is contained in:
Laurențiu Nicola 2023-10-19 19:03:10 +03:00
parent 4586a6b26c
commit 94eb142e6d

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