From 63a71c3df66c8876659c20547d1bcc92d8f6b770 Mon Sep 17 00:00:00 2001 From: Hannes Vogt Date: Wed, 25 Sep 2024 11:05:40 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0d2065131..b1df8c83c 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