We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3892af commit 3442031Copy full SHA for 3442031
templates/.github/workflows/ci.yml
@@ -49,17 +49,6 @@ jobs:
49
steps:
50
- uses: actions/checkout@v5
51
52
- - name: Setup Ninja
53
- uses: ashutoshvarma/setup-ninja@v1
54
-
55
- - name: Setup Clang
56
- uses: egor-tensin/setup-clang@v1
57
- with:
58
- version: latest
59
60
- - name: Install clang-tidy
61
- run: sudo apt-get update && sudo apt-get install -y clang-tidy
62
63
- name: Configure CMake with clang-tidy
64
run: cmake --preset=clang-tidy
65
0 commit comments