Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Dec 15, 2023
1 parent 6e94485 commit eb5bdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Install MPI
run: apt-get update && apt-get install -y openmpi
run: sudo apt-get update && sudo apt-get install -y openmpi
- name: Check out repository code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit eb5bdf5

Please sign in to comment.