Explorar el Código

Use development version of PlatformIO (#18724)

Ivan Kravets hace 4 años
padre
commit
f1ffca1d2d
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .github/workflows/test-builds.yml

+ 1
- 1
.github/workflows/test-builds.yml Ver fichero

105
 
105
 
106
     - name: Install PlatformIO
106
     - name: Install PlatformIO
107
       run: |
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
         platformio update
109
         platformio update
110
 
110
 
111
     - name: Check out the PR
111
     - name: Check out the PR

Loading…
Cancelar
Guardar