Skip to content

Commit

Permalink
Add ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Sep 9, 2024
1 parent e9628f5 commit 22251f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install clang-tidy
run: brew install llvm@17
run: brew install llvm@17 ninja
- name: Run clang-tidy
run: ./run-clang-tidy.sh
env:
Expand Down

0 comments on commit 22251f9

Please sign in to comment.