Skip to content

Commit

Permalink
please github
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlion committed Jun 3, 2024
1 parent 88328de commit 9422c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
run: |
brew update
brew install llvm@18
sudo ln -s /usr/bin/clang-format /usr/local/bin/clang-format-18
sudo ln -s /usr/bin/clang-tidy /usr/local/bin/clang-tidy-18
sudo ln -s /opt/homebrew/opt/llvm/bin/clang-format /usr/local/bin/clang-format-18
sudo ln -s /opt/homebrew/opt/llvm/bin/clang-tidy /usr/local/bin/clang-tidy-18
- name: "Linux: install clang/llvm"
if: "${{ matrix.os == 'ubuntu-latest' }}"
Expand Down

0 comments on commit 9422c5d

Please sign in to comment.