1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-24 04:29:34 +00:00

💚 Use PIO-develop for CI

This commit is contained in:
Scott Lahteine 2022-04-20 04:29:21 -05:00
parent d4fd39f05f
commit aca0d3dba5

View File

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