From fd66d0f4f06582459e4cd3ec3cf0a7e72a1ea5d1 Mon Sep 17 00:00:00 2001 From: Michael Waxmonsky Date: Wed, 30 Oct 2024 10:02:45 -0600 Subject: [PATCH] Adding mpi library. --- .github/workflows/capgen_unit_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/capgen_unit_tests.yaml b/.github/workflows/capgen_unit_tests.yaml index 37a0a9ca..7ff2f8b0 100644 --- a/.github/workflows/capgen_unit_tests.yaml +++ b/.github/workflows/capgen_unit_tests.yaml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: update repos and install dependencies - run: sudo apt-get update && sudo apt-get install -y build-essential ${{matrix.fortran-compiler}} cmake python3 git + run: sudo apt-get update && sudo apt-get install -y build-essential libopenmpi3 ${{matrix.fortran-compiler}} cmake python3 git - name: Build the framework run: |