Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit fe8530d

Browse files
authored
Fix NVHPC pipeline (#354)
1 parent 46278bd commit fe8530d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/bvt-nvhpc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
steps:
88
- uses: actions/checkout@v4
99

10+
- name: free disk space
11+
uses: jlumbroso/free-disk-space@v1.3.1
12+
1013
- name: install NVHPC 25.7
1114
run: |
1215
curl https://developer.download.nvidia.com/hpc-sdk/ubuntu/DEB-GPG-KEY-NVIDIA-HPC-SDK | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-hpcsdk-archive-keyring.gpg

0 commit comments

Comments
 (0)