Browse Source

Use development version of PlatformIO (#18724)

vanilla_fb_2.0.x
Ivan Kravets 4 years ago
committed by GitHub
parent
commit
f1ffca1d2d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/test-builds.yml

2
.github/workflows/test-builds.yml

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

Loading…
Cancel
Save