Skip to content

Commit 4b90f63

Browse files
committed
fix cpp-linter for missing header files
1 parent c786cc1 commit 4b90f63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cpp-linter.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
thread-comments: true
5454
ignore: 'build|cmake_modules|ci'
5555
database: build
56+
extra-args: '-I/src -I/build/src'
5657
- name: Fail fast?!
5758
if: steps.linter.outputs.checks-failed != 0
5859
run: |

0 commit comments

Comments
 (0)