summaryrefslogtreecommitdiffstats
path: root/.github/workflows/hdfeos5.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/hdfeos5.yml')
-rw-r--r--.github/workflows/hdfeos5.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/hdfeos5.yml b/.github/workflows/hdfeos5.yml
index 089e8df..04c92b9 100644
--- a/.github/workflows/hdfeos5.yml
+++ b/.github/workflows/hdfeos5.yml
@@ -36,7 +36,7 @@ jobs:
- name: Install HDF5
run: |
./autogen.sh
- ./configure --prefix=/usr/local --with-default-api-version=v16
+ ./configure --prefix=/usr/local --disable-tests --with-default-api-version=v16
make
sudo make install
- name: Install HDF-EOS5