Skip to content

Commit

Permalink
Merge pull request #456 from espressif/ci/fix_pyclang_install
Browse files Browse the repository at this point in the history
ci: fix pyclang install
  • Loading branch information
igrr authored Dec 12, 2024
2 parents 116bceb + 713677c commit 1a74cc3
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:
curl -sSL https://github.com/psastras/sarif-rs/releases/download/clang-tidy-sarif-v0.3.3/clang-tidy-sarif-x86_64-unknown-linux-gnu -o clang-tidy-sarif
chmod +x clang-tidy-sarif
- name: Install pyclang
shell: bash
run: |
. ${IDF_PATH}/export.sh
pip install pyclang~=0.2.0
Expand Down

0 comments on commit 1a74cc3

Please sign in to comment.