fix(common): Export IDF environment in bash shell

To avoid issues with IDF_PATH/export with the latest tools
This commit is contained in:
David Cermak
2024-12-04 14:44:43 +01:00
parent 8b6ea3311a
commit dbc3ea6809

View File

@ -24,6 +24,7 @@ jobs:
chmod +x clang-tidy-sarif
curl -sSL https://raw.githubusercontent.com/espressif/idf-extra-components/master/.github/filter_sarif.py -o filter_sarif.py
- name: Install pyclang
shell: bash
run: |
. ${IDF_PATH}/export.sh
pip install pyclang~=0.2.0