Skip to content

Commit

Permalink
fix(common): Export IDF environment in bash shell
Browse files Browse the repository at this point in the history
To avoid issues with IDF_PATH/export with the latest tools
  • Loading branch information
david-cermak committed Dec 4, 2024
1 parent 8b6ea33 commit dbc3ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbc3ea6

Please sign in to comment.