Skip to content

Commit f43acdb

Browse files
committed
fix lint check issue on github ci
Signed-off-by: wxy407827 <[email protected]>
1 parent 545d7f7 commit f43acdb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ jobs:
1010
clang-tidy-check:
1111
name: Lint
1212
runs-on: ubuntu-latest
13+
container:
14+
image: vsaglib/vsag:ubuntu
1315
steps:
1416
- name: Checkout code
1517
uses: actions/checkout@v4
1618
- name: Install clang-tidy
17-
run: sudo apt install clang-tidy-15 -y
19+
run: sudo apt install clang-tidy-15 -y && sudo ln -s /usr/bin/clang-tidy-15 /usr/bin/clang-tidy
1820
- name: Run lint
19-
run: make lint
21+
run: make debug && make lint

0 commit comments

Comments
 (0)