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:
zatwierdzone przez
GitHub
rodzic
fdbafd7757
commit
1e501dd89a
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user