Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/waspc-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ jobs:
brew install --formula "$repo_name/$formula_name"
brew link --force "$repo_name/$formula_name"

# Workaround for GHC 9.0.2 and Apple Silicon
# https://gitlab.haskell.org/ghc/ghc/-/issues/20592
echo C_INCLUDE_PATH="`xcrun --show-sdk-path`/usr/include/ffi" >> $GITHUB_ENV

runs-on: ${{ matrix.env.runner }}
container: ${{ matrix.env.container }}
name: build (${{ matrix.env.name }})
Expand Down