Skip to content
Snippets Groups Projects
Verified Commit d9fe4b87 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Use homebrew llvm

parent da2e7e04
Branches prepare-0.1.15.1
Tags v0.1.15.1
No related merge requests found
......@@ -7,6 +7,7 @@ set -eux
mkdir -p "${TMPDIR}"
if [ $ARCH = 'ARM64' ] ; then
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
curl -sSfL https://downloads.haskell.org/~ghcup/0.1.15.1/aarch64-apple-darwin-ghcup-0.1.15.1 > ./ghcup-bin
chmod +x ghcup-bin
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment