We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87a119 commit 343c08fCopy full SHA for 343c08f
1 file changed
.github/workflows/github_cmake_nvhpc.yml
@@ -1,4 +1,4 @@
1
-name: Autotools build and unit testing with Intel Classic (weekly)
+name: Autotools build and unit testing with NVHPC
2
3
on: push
4
# cancel running jobs if theres a newer push
@@ -24,7 +24,7 @@ jobs:
24
path: /libs
25
key: intel-libs
26
- name: Install packages for building
27
- run: apt-get update && apt-get install -y autoconf libtool automake zlibc zlib1g-dev
+ run: apt-get update && apt-get install -y autoconf libtool automake zlib1g-dev
28
- if: steps.cache.outputs.cache-hit != 'true'
29
name: Build netcdf
30
run: |
0 commit comments