Skip to content

Commit 2f5397b

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v2
21+
- name: install Clang
22+
run: brew install llvm@15
2123
- name: Run tests
22-
run: make test CLANG=$(brew --prefix llvm)/bin/clang
24+
run: make test CLANG=$(brew --prefix llvm@15)/bin/clang
2325
Test-Windows:
2426
runs-on: windows-latest
2527
steps:

0 commit comments

Comments
 (0)