diff --git a/.github/workflows/nvhpc.yml b/.github/workflows/nvhpc.yml index 5ca70e569b9..bc1cecbf6cf 100644 --- a/.github/workflows/nvhpc.yml +++ b/.github/workflows/nvhpc.yml @@ -25,6 +25,16 @@ jobs: - name: Get Sources uses: actions/checkout@v4.2.1 + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@v1.3.0 + with: + android: true + dotnet: true + haskell: true + large-packages: true + tool-cache: false + swap-storage: true + - name: Install Dependencies shell: bash run: |