Skip to content

Commit

Permalink
Add lld to brew
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Dec 16, 2024
1 parent 7b98d62 commit 910e561
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@19 ninja
run: brew install llvm@19 ninja lld
- name: Run clang-tidy
run: ./run-clang-tidy.sh
env:
Expand Down

0 comments on commit 910e561

Please sign in to comment.