From e41e7e554bd4aabd83994ee6aebeb9c3d9e365e2 Mon Sep 17 00:00:00 2001 From: fl0pp5 Date: Wed, 25 Oct 2023 10:53:48 +0300 Subject: [PATCH] chore: cron.yml free disk space --- .github/workflows/cron.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index ff6f13c2..441959db 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -13,6 +13,18 @@ jobs: name: Build DB runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + + android: true + dotnet: true + haskell: true + large-packages: true + docker-images: true + swap-storage: true + - name: Check out code into the Go module directory uses: actions/checkout@v4