Skip to content

Commit 5348465

Browse files
ci: remove libtinfo5 installation, upgrade clang-tidy-sarif
1 parent 8dfe41c commit 5348465

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ jobs:
1515
- uses: actions/checkout@v3
1616
with:
1717
submodules: 'true'
18-
- name: Install libtinfo (esp-clang dependency)
19-
run: |
20-
export DEBIAN_FRONTEND=noninteractive
21-
apt update && apt-get install -y libtinfo5
2218
- name: Install esp-clang
2319
run: |
2420
${IDF_PATH}/tools/idf_tools.py --non-interactive install esp-clang

0 commit comments

Comments
 (0)