From 530d6e731133a9c3ca8a6d47d0f5c64e7c8bf063 Mon Sep 17 00:00:00 2001 From: Hannes Vogt Date: Mon, 23 Sep 2024 15:14:07 +0200 Subject: [PATCH] Free disk space --- .github/workflows/build.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aded974..c1b59a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -148,6 +148,21 @@ jobs: base: [base] steps: - uses: actions/checkout@v2 + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + # this might remove tools that are actually needed, + # if set to "true" but frees about 6 GB + tool-cache: false + + # all of these default to true, but feel free to set to + # "false" if necessary for your workflow + android: true + dotnet: true + haskell: true + large-packages: true + docker-images: true + swap-storage: true - name: Build run: > docker build