mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Move autoconf installation stanza
This commit is contained in:
parent
4fdb855a20
commit
0fb73f8545
5
.github/workflows/run_tests_osx.yml
vendored
5
.github/workflows/run_tests_osx.yml
vendored
@ -39,7 +39,6 @@ jobs:
|
||||
run: |
|
||||
set -x
|
||||
set -e
|
||||
brew install autoconf libtool automake
|
||||
wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-$(echo ${{ matrix.hdf5 }} | cut -d. -f 1,2)/hdf5-${{ matrix.hdf5 }}/src/hdf5-${{ matrix.hdf5 }}.tar.bz2
|
||||
tar -jxf hdf5-${{ matrix.hdf5 }}.tar.bz2
|
||||
pushd hdf5-${{ matrix.hdf5 }}
|
||||
@ -289,6 +288,10 @@ jobs:
|
||||
# Configure and build
|
||||
###
|
||||
|
||||
- name: Install autoconf
|
||||
shell: bash -l {0}
|
||||
run: brew install autoconf automake libtool
|
||||
|
||||
- name: Run autoconf
|
||||
shell: bash -l {0}
|
||||
run: autoreconf -if
|
||||
|
Loading…
Reference in New Issue
Block a user