Skip to content

Commit d37a156

Browse files
committed
[CI] Fix HDF5 dependencies
1 parent fe42441 commit d37a156

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
submodules: 'recursive'
1717
fetch-depth: 0
1818

19-
- name: Install build dependencies (Linux)
20-
if: runner.os == 'Linux'
19+
- name: Install build dependencies
2120
run: |
2221
sudo apt-get update
23-
sudo apt-get install -y build-essential cmake python3-venv python3-dev
22+
# Install HDF5 dev packages so CMake/FindHDF5 can locate the libraries and headers
23+
sudo apt-get install -y build-essential cmake python3-venv python3-dev libhdf5-dev pkg-config
2424
2525
- name: Configure and build fv2d
2626
run: |

0 commit comments

Comments
 (0)