Skip to content

Commit

Permalink
ci: don't do "brew install llvm@13" anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jan 28, 2025
1 parent 12196cb commit 2813715
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sandwich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
brew update
# For postgres context tests/demo
brew install libpq postgresql
# For older GHCs
brew install llvm@13 --quiet # Suppress deprecation warning
echo /opt/homebrew/opt/llvm@13/bin >> $GITHUB_PATH
# For older GHCs. NOTE: llvm@13 disabled on 12/31/2024.
# 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 2813715

Please sign in to comment.