🔨 Use PlatformIO Core 6.0 Dev for CI (#24194)

This commit is contained in:
Ivan Kravets
2022-05-18 00:47:11 +03:00
committed by Scott Lahteine
parent 268a16b1ef
commit fe77fc66c0
2 changed files with 5 additions and 4 deletions

View File

@@ -138,8 +138,9 @@ jobs:
- name: Install PlatformIO
run: |
pip install -U https://github.com/platformio/platformio-core/archive/v5.2.5.zip
platformio update
pip install -U platformio
pio upgrade --dev
pio pkg update --global
- name: Run ${{ matrix.test-platform }} Tests
run: |