Skip to content

Commit

Permalink
WIP: fix CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aykevl committed Mar 3, 2024
1 parent 4605ed1 commit fe989ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: install Clang
# Note: picking LLVM 15 because that's the one currently included in
# macos-latest. This probably needs an update in the future.
run: brew install llvm
- name: Run tests
run: make test CLANG=$(brew --prefix llvm)/bin/clang
Test-Windows:
Expand Down

0 comments on commit fe989ba

Please sign in to comment.