Skip to content

Commit 2be6dbb

Browse files
committed
Fix macos build
1 parent a1b8a2d commit 2be6dbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab/ci.sh

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ case "$(uname -s)" in
3636
case "$(/usr/bin/arch)" in
3737
aarch64|arm64|armv8l)
3838
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"
3940
;;
4041
*)
4142
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh

0 commit comments

Comments
 (0)