Skip to content

Commit

Permalink
Get rid of llvm again
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Dec 4, 2023
1 parent 14a4de0 commit fdd47d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mcstas-basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
id: setup-openmpi
run: |
if [ "x$(uname)" == "xLinux" ]; then sudo apt -y install libopenmpi-dev; fi
if [ "x$(uname)" == "xDarwin" ]; then brew install openmpi llvm; fi
if [ "x$(uname)" == "xDarwin" ]; then brew install openmpi; fi
- name: Setup NeXus
id: setup-nexus
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mcxtrace-basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
id: setup-openmpi
run: |
if [ "x$(uname)" == "xLinux" ]; then sudo apt -y install libopenmpi-dev; fi
if [ "x$(uname)" == "xDarwin" ]; then brew install openmpi llvm; fi
if [ "x$(uname)" == "xDarwin" ]; then brew install openmpi; fi
- name: Check versions
id: version-checks
Expand Down

0 comments on commit fdd47d0

Please sign in to comment.