Skip to content

Commit

Permalink
feat(esp_tinyusb): Failing clang check, print IDF_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-marcisovsky committed Dec 3, 2024
1 parent f4d29e5 commit 571124c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
chmod +x clang-tidy-sarif
- name: Install pyclang
run: |
echo "current idf path is: "${IDF_PATH}
. ${IDF_PATH}/export.sh
echo "current idf path is: "${IDF_PATH}
pip install pyclang~=0.2.0
echo "current idf path is: "${IDF_PATH}
- name: Run code analysis
shell: bash
env:
Expand Down

0 comments on commit 571124c

Please sign in to comment.