Skip to content

Commit

Permalink
Fix cpp lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Jan 14, 2024
1 parent fce880e commit 1961a70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ jobs:
run: pio init --ide vscode
working-directory: ${{ env.esphome_directory }}

- name: Add missing requirements
run: pip3 install setuptools wheel
- name: Set up python environment
run: VIRTUAL_ENV=false script/setup
working-directory: ${{ env.esphome_directory }}

- name: Register problem matchers
run: |
echo "::add-matcher::.github/workflows/matchers/clang-tidy.json"
Expand Down

0 comments on commit 1961a70

Please sign in to comment.