From 3eb53033311e3cabbe9a534147c592e0bdd9b329 Mon Sep 17 00:00:00 2001 From: Felix Thaler Date: Mon, 28 Oct 2024 14:14:37 +0000 Subject: [PATCH] Added free-disk-space Step in NVHPC Build (#101) Fixes NVHPC compilation. --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a5468c..5e0375d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,6 +93,12 @@ jobs: version: [24.5] 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: Build run: > docker build