ci: add back ubuntu free disk space
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
c9384e9c78
commit
82acc7c0b0
|
@ -50,6 +50,9 @@ jobs:
|
|||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
|
||||
- name: Sync repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Reference in New Issue