Update build script for PIO 4.4 (#19034)

This commit is contained in:
Victor Oliveira
2020-08-15 21:38:13 -03:00
committed by GitHub
parent 0e8cdd1938
commit bb64aa7841
2 changed files with 19 additions and 7 deletions

View File

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