Browse Source

Use development version of PlatformIO (#18724)

Ivan Kravets 3 years ago
parent
commit
f1ffca1d2d
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/test-builds.yml

+ 1
- 1
.github/workflows/test-builds.yml View File

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

Loading…
Cancel
Save