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 996b2bd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 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 @@ -77,8 +78,3 @@ jobs:
task test
env:
CMAKE_GENERATOR: ${{ matrix.cmake_generator }}

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

0 comments on commit 996b2bd

Please sign in to comment.