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 95f604f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: install Clang
run: brew install clang@14
- name: Run tests
run: make test CLANG=$(brew --prefix llvm)/bin/clang
run: make test CLANG=clang-14
Test-Windows:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 95f604f

Please sign in to comment.