Skip to content

Commit a6696db

Browse files
committed
feat: ci setup clangd
1 parent 842ac7a commit a6696db

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/regression.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
with:
6565
node-version: '22'
6666

67+
- name: Setup clangd-18
68+
run: |
69+
sudo apt-get update
70+
sudo apt-get install -y clangd-18
71+
6772
- name: Compile both binaries
6873
run: |
6974
(cd main_repo && go build -o ../abcoder_old)

0 commit comments

Comments
 (0)