Skip to content

Commit

Permalink
Fix MPI packacke name for test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Thinkpiet committed Oct 25, 2023
1 parent cfc414a commit afe2540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ctest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install
run: sudo apt -y install libcppunit-dev openmpi
run: sudo apt -y install libcppunit-dev openmpi-bin openmpi-common libopenmpi-dev

- name: Configure
run: |
Expand Down

0 comments on commit afe2540

Please sign in to comment.