1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-26 21:36:21 +00:00

💚 Lock CI testing to PlatformIO 5.2.5

This commit is contained in:
Scott Lahteine 2022-03-29 03:24:15 -05:00
parent ad945017d6
commit 2893060302

View File

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