From f60d45466a89208ae96d3609d9e529dc691fcb8a Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Sun, 22 Nov 2020 17:54:14 -0600 Subject: [PATCH] ci: fix mpich package name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f31a0a27..29288c41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Install Dependencies run: | - sudo apt install -y gfortran-${GCC_V} cmake mpich-dev + sudo apt install -y gfortran-${GCC_V} cmake mpich sudo update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_V} 100 - name: Build and Test