Skip to content
Snippets Groups Projects
Unverified Commit a8257341 authored by Zubin's avatar Zubin Committed by Julian Ospald
Browse files

Fix macos build

parent b30a984d
No related branches found
No related tags found
No related merge requests found
Pipeline #57533 failed
......@@ -36,6 +36,7 @@ case "$(uname -s)" in
case "$(/usr/bin/arch)" in
aarch64|arm64|armv8l)
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | arch -arm64 /bin/bash
export C_INCLUDE_PATH="`xcrun --show-sdk-path`/usr/include/ffi"
;;
*)
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
......
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