Skip to content

Commit

Permalink
clang-tidy-19 -> clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
azrogers committed Dec 18, 2024
1 parent 2b658ae commit 3d3185d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +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
- name: Cache vcpkg artifacts
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 3d3185d

Please sign in to comment.