Skip to content

Commit

Permalink
Correct package naming once more...
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Nov 29, 2023
1 parent cedcacb commit 3f6f565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup OpenMPI
id: setup-openmpi
run: |
if [ "x$(uname)" == "xLinux" ]; then sudo apt -y install openmpi-dev; fi
if [ "x$(uname)" == "xLinux" ]; then sudo apt -y install libopenmpi-dev; fi
if [ "x$(uname)" == "xDarwin" ]; then brew install openmpi; fi
- name: Setup NeXus
Expand Down

0 comments on commit 3f6f565

Please sign in to comment.