Skip to content

Commit c048200

Browse files
committed
.github/workflows/tests.yml: add sudo to hdf4 install in macOS
1 parent c452b29 commit c048200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git clone --depth 1 --branch hdf4.3.0 https://github.com/HDFGroup/hdf4.git &&
3939
mkdir build && cd build &&
4040
../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
41+
sudo make install
4242
4343
- name: Install libhdf4-dev (ubuntu-latest)
4444
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)