We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b8a2d commit 2be6dbbCopy full SHA for 2be6dbb
.gitlab/ci.sh
@@ -36,6 +36,7 @@ case "$(uname -s)" in
36
case "$(/usr/bin/arch)" in
37
aarch64|arm64|armv8l)
38
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | arch -arm64 /bin/bash
39
+ export C_INCLUDE_PATH="`xcrun --show-sdk-path`/usr/include/ffi"
40
;;
41
*)
42
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
0 commit comments