0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 15:39:31 +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 51d4c5abea
commit 4edfb690dd

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