Suppress another warning

This commit is contained in:
Tom McLaughlin 2024-07-25 23:12:10 -07:00
parent 29f9fe5e18
commit 08d0a82304

View File

@ -71,7 +71,7 @@ jobs:
# For postgres context tests/demo
brew install libpq postgresql
# For older GHCs
brew install llvm@13
brew install llvm@13 --quiet # Suppress deprecation warning
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"