Skip to content

Commit 9947ef4

Browse files
committed
apt: Run apt update before installing packages
1 parent c58ae27 commit 9947ef4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup-mpi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ case $(uname) in
88
Linux)
99
MPI="${MPI:-mpich}"
1010
echo "Installing $MPI with apt"
11+
sudo apt update
1112
case $MPI in
1213
mpich)
1314
sudo apt install -y -q mpich libmpich-dev

0 commit comments

Comments
 (0)