From 2bb2461acb3d28b278ade80918153d3d87da134d Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 28 Sep 2023 14:35:27 +0900 Subject: [PATCH] chore: set large-packages to false See https://github.com/jlumbroso/free-disk-space/issues/17 --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 6c0233e8e..1346bfdf5 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -110,7 +110,7 @@ jobs: android: true dotnet: true haskell: true - large-packages: true + large-packages: false docker-images: true swap-storage: true