1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

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

View file

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