Skip to content

Commit

Permalink
nc15
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 11, 2023
1 parent 269f972 commit 914439e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,9 @@ jobs:
run: |
#pacman -Sy --noconfirm mingw-w64-x86_64-hdf5
#pacman -Sy --noconfirm mingw-w64-x86_64-netcdf
pacman -Sy --noconfirm mingw-w64-x86_64-libltdl
#pacman -Sy --noconfirm mingw-w64-x86_64-libltdl
pacman -Sy --noconfirm mingw-w64-dlfcn
#./configure --prefix=/ --libdir=/lib --incdir=/include && make && make install
#pushd $HOME
cd $HOME
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
Expand Down

0 comments on commit 914439e

Please sign in to comment.