Skip to content

Commit 594c418

Browse files
try setup clang21
1 parent 74eb65c commit 594c418

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/buildandtest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
- name: Install Dependencies
5454
run: yarn install
5555
- name: Setup clang-format
56-
run: sudo apt install clang-format
56+
run: sudo apt install clang-21 lldb-21 lld-21
57+
5758
- name: Lint
5859
run: yarn lint
5960

0 commit comments

Comments
 (0)