Skip to content

Commit 343c08f

Browse files
authored
Rename workflow for NVHPC build and testing
1 parent b87a119 commit 343c08f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github_cmake_nvhpc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Autotools build and unit testing with Intel Classic (weekly)
1+
name: Autotools build and unit testing with NVHPC
22

33
on: push
44
# cancel running jobs if theres a newer push
@@ -24,7 +24,7 @@ jobs:
2424
path: /libs
2525
key: intel-libs
2626
- name: Install packages for building
27-
run: apt-get update && apt-get install -y autoconf libtool automake zlibc zlib1g-dev
27+
run: apt-get update && apt-get install -y autoconf libtool automake zlib1g-dev
2828
- if: steps.cache.outputs.cache-hit != 'true'
2929
name: Build netcdf
3030
run: |

0 commit comments

Comments
 (0)