Skip to content

Commit

Permalink
ci: try installing LLVM 13 for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 23, 2024
1 parent af86aad commit 397d1a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sandwich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ jobs:
if: runner.os == 'macOS'
run: |
brew update
# For postgres context tests/demo
brew install libpq postgresql
# For older GHCs
brew install llvm@13
- name: Install dependencies (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 397d1a1

Please sign in to comment.