Skip to content

Commit 9e9d1b3

Browse files
authored
Merge branch 'fortran-lang:main' into parse_program_noheader
2 parents a523d30 + 448d47c commit 9e9d1b3

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)