Skip to content

Commit

Permalink
Merge pull request #97 from espressif/fix/run_clang_tidy_in_ci
Browse files Browse the repository at this point in the history
fix(ci): Fix install pyclang in run clang tidy in CI
  • Loading branch information
peter-marcisovsky authored Dec 3, 2024
2 parents 3979c8f + 01d6d5b commit 51bbacd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
chmod +x clang-tidy-sarif
- name: Install pyclang
run: |
. ${IDF_PATH}/export.sh
cd ${IDF_PATH}
. ./export.sh
pip install pyclang~=0.2.0
- name: Run code analysis
shell: bash
Expand Down

0 comments on commit 51bbacd

Please sign in to comment.