We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0159aee commit b86e44fCopy full SHA for b86e44f
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Checkout code
46
uses: actions/checkout@v4
47
- name: Install clang-tidy
48
- run: apt update && apt install -y clang-tidy-17 python-is-python3
+ run: apt update && apt install -y clang-tidy-17 python-is-python3 cmake
49
- name: Restore cache
50
uses: actions/cache/restore@v3
51
with:
0 commit comments