Skip to content

Commit

Permalink
ci: remove libtinfo5 installation, upgrade clang-tidy-sarif
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-marcisovsky committed May 21, 2024
1 parent 8dfe41c commit 5348465
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5348465

Please sign in to comment.