mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-12 18:10:24 +08:00
Allow error catching.
This commit is contained in:
parent
e97c08fb0b
commit
4a3724bf6c
3
.github/workflows/run_tests_ubuntu.yml
vendored
3
.github/workflows/run_tests_ubuntu.yml
vendored
@ -45,7 +45,6 @@ jobs:
|
||||
if: steps.cache-hdf5.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
set -x
|
||||
set +e
|
||||
wget https://support.hdfgroup.org/ftp/HDF/releases/HDF4.2.15/src/hdf-4.2.15.tar.bz2
|
||||
tar -jxf hdf-4.2.15.tar.bz2
|
||||
pushd hdf-4.2.15
|
||||
@ -99,7 +98,6 @@ jobs:
|
||||
if: steps.cache-hdf5.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
set -x
|
||||
set +e
|
||||
|
||||
wget https://support.hdfgroup.org/ftp/HDF/releases/HDF4.2.15/src/hdf-4.2.15.tar.bz2
|
||||
tar -jxf hdf-4.2.15.tar.bz2
|
||||
@ -129,7 +127,6 @@ jobs:
|
||||
make -j
|
||||
make install -j
|
||||
popd
|
||||
set -e
|
||||
|
||||
#####
|
||||
# One-Off Autotools-based tests.
|
||||
|
Loading…
x
Reference in New Issue
Block a user