Skip to content

Commit

Permalink
Attempt to fix PATH_TO_LLVM_BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Mar 10, 2024
1 parent b3f7199 commit b57bd5a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -631,12 +631,7 @@ jobs:
sudo rm -fr /usr/local/opt/llvm*/include/c++
fi
export ARCHITECHURE=$(uname -m)
if [[ "$ARCHITECHURE" == "aarch64" ]]; then
PATH_TO_LLVM_BUILD=/opt/homebrew/Cellar/llvm@${{ matrix.clang-runtime }}
else
PATH_TO_LLVM_BUILD=/usr/local/opt/llvm@${{ matrix.clang-runtime }}/
fi
PATH_TO_LLVM_BUILD=$(brew --prefix llvm@${{ matrix.clang-runtime }})
pip3 install lit # LLVM lit is not part of the llvm releases...
Expand Down

0 comments on commit b57bd5a

Please sign in to comment.