File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ jobs:
259
259
export LD=ld
260
260
export AR="$HOME/.brew/opt/llvm@11/bin/llvm-ar"
261
261
export RANLIB="$HOME/.brew/opt/llvm@11/bin/llvm-ranlib"
262
- export C_INCLUDE_PATH="`xcrun --show-sdk-path`/usr/include/ffi"
262
+ export C_INCLUDE_PATH="`arch -arm64 xcrun --show-sdk-path`/usr/include/ffi"
263
263
bash .github/scripts/build.sh
264
264
tar cf out-${ARTIFACT}-${GHC_VERSION}.tar out/ store/
265
265
env :
@@ -543,7 +543,7 @@ jobs:
543
543
export LD=ld
544
544
export AR="$HOME/.brew/opt/llvm@11/bin/llvm-ar"
545
545
export RANLIB="$HOME/.brew/opt/llvm@11/bin/llvm-ranlib"
546
- export C_INCLUDE_PATH="`xcrun --show-sdk-path`/usr/include/ffi"
546
+ export C_INCLUDE_PATH="`arch -arm64 xcrun --show-sdk-path`/usr/include/ffi"
547
547
for bindist in out-*.tar ; do
548
548
tar xf "${bindist}"
549
549
done
@@ -784,7 +784,7 @@ jobs:
784
784
export LD=ld
785
785
export AR="$HOME/.brew/opt/llvm@11/bin/llvm-ar"
786
786
export RANLIB="$HOME/.brew/opt/llvm@11/bin/llvm-ranlib"
787
- export C_INCLUDE_PATH="`xcrun --show-sdk-path`/usr/include/ffi"
787
+ export C_INCLUDE_PATH="`arch -arm64 xcrun --show-sdk-path`/usr/include/ffi"
788
788
bash .github/scripts/test.sh
789
789
790
790
test-win :
You can’t perform that action at this time.
0 commit comments