Skip to content

Commit f60d454

Browse files
ci: fix mpich package name
1 parent f10632e commit f60d454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Install Dependencies
2020
run: |
21-
sudo apt install -y gfortran-${GCC_V} cmake mpich-dev
21+
sudo apt install -y gfortran-${GCC_V} cmake mpich
2222
sudo update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_V} 100
2323
2424
- name: Build and Test

0 commit comments

Comments
 (0)