ci: free up space on ubuntu test job

pull/1276/head
Byron Hambly 4 months ago
parent 03a939c11e
commit d234d2335f
No known key found for this signature in database
GPG Key ID: DE8F6EA20A661697

@ -115,6 +115,10 @@ jobs:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: (Free disk space on Ubuntu)
if: matrix.os == 'ubuntu-latest'
uses: jlumbroso/free-disk-space@main
- name: Checkout sources
uses: actions/checkout@v4.1.1

Loading…
Cancel
Save