Skip to content

Commit dc1ac46

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v2
2121
- name: Run tests
22-
run: make test CLANG=$(brew --prefix llvm)/bin/clang
22+
run: make test CLANG=clang-14
2323
Test-Windows:
2424
runs-on: windows-latest
2525
steps:

0 commit comments

Comments
 (0)