From d9fe4b8723fba3236c7382731f602ed23fdbae4e Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@posteo.de>
Date: Fri, 11 Jun 2021 22:17:18 +0200
Subject: [PATCH] Use homebrew llvm

---
 .gitlab/before_script/darwin/install_deps.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab/before_script/darwin/install_deps.sh b/.gitlab/before_script/darwin/install_deps.sh
index fb8f49db..4cc3b85b 100755
--- a/.gitlab/before_script/darwin/install_deps.sh
+++ b/.gitlab/before_script/darwin/install_deps.sh
@@ -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
-- 
GitLab