Skip to content

Commit 08ef465

Browse files
committed
update apt before installing packages
1 parent da6d1bf commit 08ef465

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/meta.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,13 @@ jobs:
9494
- name: (Ubuntu) Install OpenMPI
9595
if: contains(matrix.os,'ubuntu') && contains(matrix.mpi,'openmpi')
9696
run: |
97+
sudo apt-get update
9798
sudo apt install -y -q openmpi-bin libopenmpi-dev hwloc fabric libhdf5-dev libhdf5-fortran-102
9899
99100
- name: (Ubuntu) Install MPICH
100101
if: contains(matrix.os,'ubuntu') && contains(matrix.mpi,'mpich')
101102
run: |
103+
sudo apt-get update
102104
sudo apt install -y -q mpich hwloc fabric libhdf5-dev libhdf5-fortran-102
103105
104106
- name: (Ubuntu) Retrieve Intel toolchain

0 commit comments

Comments
 (0)