Ver código fonte

Use development version of PlatformIO (#18724)

Ivan Kravets 3 anos atrás
pai
commit
f1ffca1d2d
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      .github/workflows/test-builds.yml

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

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

Carregando…
Cancelar
Salvar