Skip to content

Commit

Permalink
Update CI to install HDF5
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBrock committed May 20, 2024
1 parent 6b79b3e commit a4452b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: CMake
run: cmake -B build
run: |
sudo apt-get update
sudo apt-get install libhdf5-dev
cmake -B build
- name: Build
run: make -C build -j `nproc`
- name: Test
Expand Down

0 comments on commit a4452b1

Please sign in to comment.