We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c6e91 commit ab4a141Copy full SHA for ab4a141
1 file changed
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install hdf5
23
uses: awalsh128/cache-apt-pkgs-action@latest
24
with:
25
- packages: libhdf5-openmpi-dev
+ packages: libhdf5-openmpi-dev libnetcdf-dev
26
version: 1.0
27
- name: Install requirements
28
run: |
0 commit comments