Skip to content

Commit

Permalink
Fix pio init
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Aug 26, 2023
1 parent a5fb623 commit 2e958b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
working-directory: ${{ env.esphome_directory }}

- name: Set up platformio environment
run: pio init --ide atom
run: pio init --ide vscode
working-directory: ${{ env.esphome_directory }}

- name: Run clang-format
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
# Set up the pio project so that the cpp checks know how files are compiled
# (build flags, libraries etc)
- name: Set up platformio environment
run: pio init --ide atom
run: pio init --ide vscode
working-directory: ${{ env.esphome_directory }}

- name: Register problem matchers
Expand Down

0 comments on commit 2e958b6

Please sign in to comment.