Skip to content

Commit

Permalink
...actually install clang-tidy-19
Browse files Browse the repository at this point in the history
  • Loading branch information
azrogers committed Dec 18, 2024
1 parent 3d3185d commit fbac5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 19
sudo mv /usr/bin/clang-tidy-19 /usr/bin/clang-tidy
sudo apt-get install clang-tidy
- name: Cache vcpkg artifacts
uses: actions/cache@v4
with:
Expand Down

0 comments on commit fbac5cf

Please sign in to comment.