Skip to content

Commit 1d31520

Browse files
committed
apt update
1 parent 1cc6f11 commit 1d31520

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/UnitTests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,9 @@ jobs:
395395
uses: actions/[email protected]
396396

397397
- name: Install MPI via apt
398-
run: sudo apt-get install $MPI
398+
run: |
399+
sudo apt-get update
400+
sudo apt-get install $MPI
399401
env:
400402
MPI: ${{ matrix.mpi }}
401403

0 commit comments

Comments
 (0)