CI with PIO-dev (#19058)

This commit is contained in:
Victor Oliveira 2020-08-22 00:03:32 -03:00 committed by GitHub
parent ec02aee46c
commit d6574a03a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ jobs:
- name: Install PlatformIO
run: |
pip install -U https://github.com/platformio/platformio-core/archive/master.zip
pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
platformio update
- name: Check out the PR