ci: fix for macOS for GHC 9.0.x up to 9.2.2 (?)

This commit is contained in:
Tom McLaughlin 2024-07-22 19:31:01 -07:00
parent 3277ad9455
commit 60ffd5a0b9

View File

@ -65,6 +65,8 @@ jobs:
# For older GHCs
brew install llvm@13
echo /opt/homebrew/opt/llvm@13/bin >> $GITHUB_PATH
# https://gitlab.haskell.org/ghc/ghc/-/issues/20592#note_391266
echo "C_INCLUDE_PATH=`xcrun --show-sdk-path`/usr/include/ffi" >> "$GITHUB_ENV"
- name: Install dependencies (Windows)
if: runner.os == 'Windows'