Skip to content

fix hdf5 dependency

fix hdf5 dependency #5

Workflow file for this run

name: Basic
on:
push:
branches: ["mcm86-30jul24-gh-actions-ci"]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build
run: |
mkdir build
ls
cd build
../configure --prefix=`pwd`/myinstall
make -j 8 install
make -j 8 check
h5cc --show