Skip to content

Commit

Permalink
Suppress another warning
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 26, 2024
1 parent 29f9fe5 commit 08d0a82
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 @@ -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"
Expand Down

0 comments on commit 08d0a82

Please sign in to comment.