Free runner disk space (#1693)

Motivation:
Basic runners are frequently running out of space

Technical Details:
Running autoclean after package installations.
Use the jlumbroso/free-disk-space action.
This commit is contained in:
David Galiffi
2025-11-04 17:31:23 -05:00
zatwierdzone przez GitHub
rodzic fdbafd7757
commit 1e501dd89a
4 zmienionych plików z 73 dodań i 5 usunięć
@@ -49,6 +49,16 @@ jobs:
build-type: ['Release']
steps:
- name: Free Disk Space
uses: jlumbroso/free-disk-space@v1.3.0
with:
tool-cache: true
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true
- uses: actions/checkout@v4
with:
sparse-checkout: projects/rocprofiler-systems/