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 ac31ee3 commit 19304e9
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 @@ -42,7 +42,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 @@ -77,7 +77,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 19304e9

Please sign in to comment.