From 21cee5d9cddb670d75babd6d126f16ca8fbceb8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simonis?= Date: Thu, 7 Nov 2024 15:44:14 +0100 Subject: [PATCH] Add metis to macOS CI --- .github/workflows/aste_ci_mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aste_ci_mac.yml b/.github/workflows/aste_ci_mac.yml index 96099ff5..8ab3a8b7 100644 --- a/.github/workflows/aste_ci_mac.yml +++ b/.github/workflows/aste_ci_mac.yml @@ -23,7 +23,7 @@ jobs: - name: Setup system run: | brew update - brew install cmake eigen boost openmpi pkg-config ninja gnu-time vtk + brew install cmake eigen boost openmpi pkg-config ninja gnu-time vtk metis - name: Install preCICE run: | git clone https://github.com/precice/precice.git