We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c452b29 commit c048200Copy full SHA for c048200
.github/workflows/tests.yml
@@ -38,7 +38,7 @@ jobs:
38
git clone --depth 1 --branch hdf4.3.0 https://github.com/HDFGroup/hdf4.git &&
39
mkdir build && cd build &&
40
../hdf4/configure --enable-hdf4-xdr --enable-shared --disable-static --disable-fortran --disable-netcdf --enable-java --enable-production --with-zlib --prefix=/usr/local &&
41
- make install
+ sudo make install
42
43
- name: Install libhdf4-dev (ubuntu-latest)
44
if: matrix.os == 'ubuntu-latest'
0 commit comments