Skip to content

Commit fe989ba

Browse files
committed
WIP: fix CI failure
1 parent 4605ed1 commit fe989ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v2
21+
- name: install Clang
22+
# Note: picking LLVM 15 because that's the one currently included in
23+
# macos-latest. This probably needs an update in the future.
24+
run: brew install llvm
2125
- name: Run tests
2226
run: make test CLANG=$(brew --prefix llvm)/bin/clang
2327
Test-Windows:

0 commit comments

Comments
 (0)