Use development version of PlatformIO (#18724)

2.0.x
Ivan Kravets 4 years ago committed by GitHub
parent 9ca070fa10
commit f1ffca1d2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -105,7 +105,7 @@ jobs:
- name: Install PlatformIO - name: Install PlatformIO
run: | 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 platformio update
- name: Check out the PR - name: Check out the PR

Loading…
Cancel
Save