From 9875dac00b4547441b7da4924e1222c84513e90e Mon Sep 17 00:00:00 2001 From: Joe Wallwork Date: Tue, 20 Aug 2024 13:12:20 +0100 Subject: [PATCH] Brew install openmpi --- .github/workflows/actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index e1dce37..07e01bc 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -34,6 +34,7 @@ jobs: - uses: actions/checkout@v3 - name: Install dependencies run: | + brew install open-mpi brew install netcdf brew install netcdf-cxx brew install boost