Skip to content

Commit

Permalink
Fix install-llvm-action veersion number so 18.1.3 available
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored and vgvassilev committed May 7, 2024
1 parent db1c28b commit 6b8dbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
uses: KyleMayes/install-llvm-action@v2.0.2
with:
version: "18.1.3"

Expand Down

0 comments on commit 6b8dbed

Please sign in to comment.