From b3e7f78aa15982b9b81580127b787cac789eb920 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Mon, 22 Jul 2024 18:21:18 -0700 Subject: [PATCH] ci: try fix --- .github/workflows/sandwich.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sandwich.yml b/.github/workflows/sandwich.yml index c27694d0..8d595985 100644 --- a/.github/workflows/sandwich.yml +++ b/.github/workflows/sandwich.yml @@ -66,8 +66,9 @@ jobs: - name: Build run: | - export LDFLAGS="-L/opt/homebrew/opt/llvm@13/lib" - export CPPFLAGS="-I/opt/homebrew/opt/llvm@13/include" + C_INCLUDE_PATH="`xcrun --show-sdk-path`/usr/include/ffi" + # export LDFLAGS="-L/opt/homebrew/opt/llvm@13/lib" + # export CPPFLAGS="-I/opt/homebrew/opt/llvm@13/include" cabal configure --enable-tests --enable-benchmarks --test-show-details=direct cabal build all