Turn off some expensive options on the disk free up.

This commit is contained in:
Sam Rose 2024-03-27 17:51:19 +00:00
parent d7f112dc95
commit 29a928eb09
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -156,6 +156,9 @@ jobs:
- name: Free Disk Space (Ubuntu) - name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main uses: jlumbroso/free-disk-space@main
with: with:
large-packages: false
swap-storage: false
docker-images: false
android: true android: true
- name: Pull testcontainers images - name: Pull testcontainers images