summaryrefslogtreecommitdiffstats
path: root/.github/workflows/netcdf.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/netcdf.yml')
-rw-r--r--.github/workflows/netcdf.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/netcdf.yml b/.github/workflows/netcdf.yml
index 37041d6..55a71c3 100644
--- a/.github/workflows/netcdf.yml
+++ b/.github/workflows/netcdf.yml
@@ -35,7 +35,7 @@ jobs:
- name: Install HDF5
run: |
./autogen.sh
- ./configure --prefix=/usr/local --disable-static --enable-shared --enable-hl --with-szlib
+ ./configure --prefix=/usr/local --disable-tests --disable-static --enable-shared --enable-hl --with-szlib
make -j
sudo make install -j
- name: Checkout netCDF