Skip to content

Commit

Permalink
Fix CI failure (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
aykevl committed Mar 3, 2024
1 parent 4605ed1 commit 5a2eb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Run tests
run: make test CLANG=$(brew --prefix llvm)/bin/clang
run: make test
Test-Windows:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 5a2eb09

Please sign in to comment.