Skip to content

Commit dbc3ea6

Browse files
committed
fix(common): Export IDF environment in bash shell
To avoid issues with IDF_PATH/export with the latest tools
1 parent 8b6ea33 commit dbc3ea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
chmod +x clang-tidy-sarif
2525
curl -sSL https://raw.githubusercontent.com/espressif/idf-extra-components/master/.github/filter_sarif.py -o filter_sarif.py
2626
- name: Install pyclang
27+
shell: bash
2728
run: |
2829
. ${IDF_PATH}/export.sh
2930
pip install pyclang~=0.2.0

0 commit comments

Comments
 (0)