Skip to content

Commit 3442031

Browse files
committed
Removing (potentially) unnessary install steps for CI.
1 parent d3892af commit 3442031

File tree

1 file changed

+0
-11
lines changed
  • templates/.github/workflows

1 file changed

+0
-11
lines changed

templates/.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,6 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v5
5151

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-
6352
- name: Configure CMake with clang-tidy
6453
run: cmake --preset=clang-tidy
6554

0 commit comments

Comments
 (0)