Use development version of PlatformIO (#18724)

This commit is contained in:
Ivan Kravets 2020-07-21 11:07:56 +03:00 committed by GitHub
parent 9ca070fa10
commit f1ffca1d2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,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