Skip to content

Commit 03dd800

Browse files
authored
Merge pull request #798 from david-cermak/fix/lws_clang_tidy
[lws]: Fix many file-not-found errors on clang-tidy job
2 parents 3863c26 + ef38705 commit 03dd800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-tidy.yml

+1-1
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)