Skip to content

Commit

Permalink
ci: fix mpich package name
Browse files Browse the repository at this point in the history
  • Loading branch information
everythingfunctional committed Nov 22, 2020
1 parent f10632e commit f60d454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f60d454

Please sign in to comment.