From 6251cbed889cece0cfa43657feabc57c28b23d06 Mon Sep 17 00:00:00 2001 From: Yoav Sternberg Date: Sat, 19 Oct 2024 11:02:25 +0300 Subject: [PATCH] :green_heart: free disk space --- .github/workflows/main.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38ea916..182e67c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,6 +42,17 @@ jobs: - { name: jadx, type: pack } - { name: server, type: python } 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: Checkout repository uses: actions/checkout@v4