Skip to content

Commit 61095ed

Browse files
authored
Update coverage.yml
1 parent 6a96dd7 commit 61095ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
- name: Setup Ubuntu
3131
run: |
3232
sudo apt update -y
33-
sudo apt install -y tar wget make cmake gcc g++ python3 python3-dev "openmpi-*" libopenmpi-dev libblas-dev liblapack-dev
33+
sudo apt install -y tar wget make cmake gcc g++ python3 \
34+
python3-dev "openmpi-*" libopenmpi-dev hdf5-tools \
35+
libfftw3-dev libhdf5-dev libblas-dev liblapack-dev
3436
3537
- name: Build
3638
run: /bin/bash mfc.sh build -j $(nproc) --gcov

0 commit comments

Comments
 (0)