forked from espressif/esp-protocols
Merge pull request #577 from david-cermak/fix/clang_tidy_deps
CI: Fixed clang-tidy job
This commit is contained in:
4
.github/workflows/clang-tidy.yml
vendored
4
.github/workflows/clang-tidy.yml
vendored
@ -15,10 +15,6 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'true'
|
||||
- name: Install libtinfo (esp-clang dependency)
|
||||
run: |
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt update && apt-get install -y libtinfo5
|
||||
- name: Install esp-clang
|
||||
run: |
|
||||
${IDF_PATH}/tools/idf_tools.py --non-interactive install esp-clang
|
||||
|
Reference in New Issue
Block a user