Fix pio init

This commit is contained in:
Sebastian Muszynski
2023-08-26 14:50:47 +02:00
parent 961fcd0bdd
commit 0d0def1a81

View File

@@ -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
@@ -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