From 5eee2b9b38cf343ed1590ce0f760ed9e1122baf2 Mon Sep 17 00:00:00 2001 From: Felix Thaler Date: Tue, 29 Oct 2024 08:49:03 +0100 Subject: [PATCH] Added free-disk-space step --- .github/workflows/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f4580c04c..a510c3d71 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,6 +31,12 @@ jobs: build_type: debug 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 - name: setup environment run: | echo "GTRUN_BUILD_COMMAND=make -j $(nproc)" >> $GITHUB_ENV