GitHub Actions: use jlumbroso/free-disk-space to free disk space

This commit is contained in:
Jakub Chrzanowski
2023-08-04 12:36:08 +02:00
parent 9f26d955a6
commit 3803765c9b
2 changed files with 5 additions and 4 deletions

View File

@@ -34,10 +34,10 @@ jobs:
# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: false
# Check out current repository
- name: Fetch Sources