Skip to content

Commit ef38705

Browse files
committed
fix(lws): Fix many file-not-found errors on clang-tidy job
1 parent df00a03 commit ef38705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
17-
submodules: 'true'
17+
submodules: recursive
1818
- name: Install esp-clang
1919
run: |
2020
${IDF_PATH}/tools/idf_tools.py --non-interactive install esp-clang

0 commit comments

Comments
 (0)