ci: remove libtinfo5 installation step

This commit is contained in:
Ivan Grokhotkov
2024-05-21 16:23:28 +02:00
committed by David Cermak
parent ed021a90d4
commit c12616c91d

View File

@ -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