From afe2540230cfb2ecb29715d9ca3fa956df7f0d00 Mon Sep 17 00:00:00 2001 From: Piet Jarmatz Date: Wed, 25 Oct 2023 12:42:08 +0200 Subject: [PATCH] Fix MPI packacke name for test workflow --- .github/workflows/ctest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ctest.yaml b/.github/workflows/ctest.yaml index 73ad75dae..6dc5791c2 100644 --- a/.github/workflows/ctest.yaml +++ b/.github/workflows/ctest.yaml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v2 - name: Install - run: sudo apt -y install libcppunit-dev openmpi + run: sudo apt -y install libcppunit-dev openmpi-bin openmpi-common libopenmpi-dev - name: Configure run: |