Parcourir la source

CI with PIO-dev (#19058)

Victor Oliveira il y a 3 ans
Parent
révision
d6574a03a1
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      .github/workflows/test-builds.yml

+ 1
- 1
.github/workflows/test-builds.yml Voir le fichier

@@ -106,7 +106,7 @@ jobs:
106 106
 
107 107
     - name: Install PlatformIO
108 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 110
         platformio update
111 111
 
112 112
     - name: Check out the PR

Chargement…
Annuler
Enregistrer