We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7be22 commit 1ab76edCopy full SHA for 1ab76ed
1 file changed
.github/workflows/github_cmake_nvhpc.yml
@@ -25,11 +25,13 @@ jobs:
25
spack mirror add rem-gh-cache oci://ghcr.io/rem1776/ci-cache-rocky9
26
spack compiler find
27
spack install nvhpc
28
+ spack buildcache push rem-gh-cache nvhpc
29
- name: Install dependencies
30
run: |
31
source /opt/spack/share/spack/setup-env.sh
32
- spack install netcdf-fortran %%nvhpc mpich %%nvhpc libyaml %%nvhpc
33
+ spack install netcdf-fortran %nvhpc mpich %nvhpc libyaml %nvhpc
34
35
- name: Configure
36
37
0 commit comments