From 08d0a823045d5d0b6a8295751cbc6e4e515e2551 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Thu, 25 Jul 2024 23:12:10 -0700 Subject: [PATCH] Suppress another warning --- .github/workflows/sandwich.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sandwich.yml b/.github/workflows/sandwich.yml index 2b530345..e1b38cb3 100644 --- a/.github/workflows/sandwich.yml +++ b/.github/workflows/sandwich.yml @@ -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"