fix(lws): Fix many file-not-found errors on clang-tidy job

This commit is contained in:
David Cermak
2025-04-10 12:49:46 +02:00
parent df00a03084
commit ef3870573c

View File

@ -14,7 +14,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
submodules: 'true' submodules: recursive
- name: Install esp-clang - name: Install esp-clang
run: | run: |
${IDF_PATH}/tools/idf_tools.py --non-interactive install esp-clang ${IDF_PATH}/tools/idf_tools.py --non-interactive install esp-clang