We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe42441 commit d37a156Copy full SHA for d37a156
.github/workflows/test.yml
@@ -16,11 +16,11 @@ jobs:
16
submodules: 'recursive'
17
fetch-depth: 0
18
19
- - name: Install build dependencies (Linux)
20
- if: runner.os == 'Linux'
+ - name: Install build dependencies
21
run: |
22
sudo apt-get update
23
- sudo apt-get install -y build-essential cmake python3-venv python3-dev
+ # Install HDF5 dev packages so CMake/FindHDF5 can locate the libraries and headers
+ sudo apt-get install -y build-essential cmake python3-venv python3-dev libhdf5-dev pkg-config
24
25
- name: Configure and build fv2d
26
0 commit comments