We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4605ed1 commit dc1ac46Copy full SHA for dc1ac46
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout
20
uses: actions/checkout@v2
21
- name: Run tests
22
- run: make test CLANG=$(brew --prefix llvm)/bin/clang
+ run: make test CLANG=clang-14
23
Test-Windows:
24
runs-on: windows-latest
25
steps:
0 commit comments