Skip to content

Commit

Permalink
Added free-disk-space Step in NVHPC Build (#101)
Browse files Browse the repository at this point in the history
Fixes NVHPC compilation.
  • Loading branch information
fthaler authored Oct 28, 2024
1 parent 9d2bd53 commit 3eb5303
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3eb5303

Please sign in to comment.