mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-30 10:47:29 +02:00
fix(lws): Fix many file-not-found errors on clang-tidy job
This commit is contained in:
2
.github/workflows/clang-tidy.yml
vendored
2
.github/workflows/clang-tidy.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user