Skip to content
Snippets Groups Projects
Unverified Commit f1ffca1d authored by Ivan Kravets's avatar Ivan Kravets Committed by GitHub
Browse files

Use development version of PlatformIO (#18724)

parent 9ca070fa
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ jobs: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment