From ca3ecdcda321940a6ecb6552b665950bba49756a Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Thu, 19 Sep 2024 17:06:47 -0700 Subject: [PATCH] ci: install cmakelang via setup-cpp --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40b74d2b..2ebbc4ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -80,5 +81,4 @@ jobs: - name: Lint run: | - pipx install cmakelang[YAML] task lint