Ver código fonte

CI with PIO-dev (#19058)

Victor Oliveira 4 anos atrás
pai
commit
d6574a03a1
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

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

Carregando…
Cancelar
Salvar