Skip to content

Commit

Permalink
ci: update llvm version used for format check
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperPaul123 committed Apr 25, 2024
1 parent bdf9467 commit 81d8484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install format dependencies
run: |
choco install llvm --version 16.0.1 -y
choco install llvm --version 18.1.3 -y
choco install ninja -y
pip3 install cmake_format==0.6.11 pyyaml
Expand Down

0 comments on commit 81d8484

Please sign in to comment.