Browse Source

💚 Use PIO-develop for CI

Scott Lahteine 2 years ago
parent
commit
aca0d3dba5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/test-builds.yml

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

137
 
137
 
138
     - name: Install PlatformIO
138
     - name: Install PlatformIO
139
       run: |
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
         platformio update
141
         platformio update
142
 
142
 
143
     - name: Run ${{ matrix.test-platform }} Tests
143
     - name: Run ${{ matrix.test-platform }} Tests

Loading…
Cancel
Save