Skip to content

Commit

Permalink
ci: try an export
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 23, 2024
1 parent b3e7f78 commit f7ece4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sandwich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build
run: |
C_INCLUDE_PATH="`xcrun --show-sdk-path`/usr/include/ffi"
export 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
Expand Down

0 comments on commit f7ece4c

Please sign in to comment.