We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc383a commit 7f9b331Copy full SHA for 7f9b331
.github/workflows/test-builds.yml
@@ -105,7 +105,7 @@ jobs:
105
106
- name: Install PlatformIO
107
run: |
108
- pip install -U https://github.com/platformio/platformio-core/archive/master.zip
+ pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
109
platformio update
110
111
- name: Check out the PR
0 commit comments