Skip to content

Commit

Permalink
enable build HDF5 for all compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jan 10, 2024
1 parent 03c17da commit baacb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,14 +346,14 @@ jobs:
cmake --build build --parallel 2
cmake --install build
- name: Checkout HDF5
if: ${{ matrix.hdf5 == 'HDF5' && matrix.distro == 'ubuntu:latest' && matrix.cxx == 'g++' }}
if: ${{ matrix.hdf5 == 'HDF5' && matrix.distro == 'ubuntu:latest' }}
uses: actions/checkout@v3
with:
repository: HDFGroup/hdf5
ref: hdf5-1_14_3
path: hdf5-1_14_3
- name: Build HDF5
if: ${{ matrix.hdf5 == 'HDF5' && matrix.distro == 'ubuntu:latest' && matrix.cxx == 'g++' }}
if: ${{ matrix.hdf5 == 'HDF5' && matrix.distro == 'ubuntu:latest' }}
working-directory: hdf5-1_14_3
run: |
mkdir hdf5
Expand Down

0 comments on commit baacb4a

Please sign in to comment.