0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-05-06 22:24:14 +00:00

CI with PIO-dev ()

This commit is contained in:
Victor Oliveira 2020-08-22 00:03:32 -03:00 committed by Scott Lahteine
parent 744f74506f
commit 0ffd5aa743

View file

@ -106,7 +106,7 @@ jobs:
- name: Install PlatformIO
run: |
pip install -U https://github.com/platformio/platformio-core/archive/master.zip
pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
platformio update
- name: Check out the PR