Sfoglia il codice sorgente

💚 Use PIO-develop for CI

Scott Lahteine 2 anni fa
parent
commit
aca0d3dba5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      .github/workflows/test-builds.yml

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

@@ -137,7 +137,7 @@ jobs:
137 137
 
138 138
     - name: Install PlatformIO
139 139
       run: |
140
-        pip install -U https://github.com/platformio/platformio-core/archive/v5.2.5.zip
140
+        pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
141 141
         platformio update
142 142
 
143 143
     - name: Run ${{ matrix.test-platform }} Tests

Loading…
Annulla
Salva