Skip to content

Commit

Permalink
ci: install cmakelang via setup-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 20, 2024
1 parent 624f893 commit ca3ecdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
vcpkg: true
conan: 2.6.0
cppcheck: true
clangtidy: true
cmakelang: true
clang-tidy: true
task: true
doxygen: true
python: true
Expand All @@ -80,5 +81,4 @@ jobs:

- name: Lint
run: |
pipx install cmakelang[YAML]
task lint

0 comments on commit ca3ecdc

Please sign in to comment.