Skip to content

Commit ca3ecdc

Browse files
committed
ci: install cmakelang via setup-cpp
1 parent 624f893 commit ca3ecdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
vcpkg: true
6767
conan: 2.6.0
6868
cppcheck: true
69-
clangtidy: true
69+
cmakelang: true
70+
clang-tidy: true
7071
task: true
7172
doxygen: true
7273
python: true
@@ -80,5 +81,4 @@ jobs:
8081

8182
- name: Lint
8283
run: |
83-
pipx install cmakelang[YAML]
8484
task lint

0 commit comments

Comments
 (0)