mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-22 02:05:15 +00:00
🔨 Use PlatformIO Core 6.0 Dev for CI (#24194)
This commit is contained in:
parent
268a16b1ef
commit
fe77fc66c0
5
.github/workflows/test-builds.yml
vendored
5
.github/workflows/test-builds.yml
vendored
@ -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: |
|
||||
|
@ -1,7 +1,7 @@
|
||||
FROM python:3.9.0-buster
|
||||
|
||||
RUN pip install -U https://github.com/platformio/platformio-core/archive/v5.2.5.zip
|
||||
RUN platformio update
|
||||
RUN pip install -U platformio
|
||||
RUN pio upgrade --dev
|
||||
# To get the test platforms
|
||||
RUN pip install PyYaml
|
||||
#ENV PATH /code/buildroot/bin/:/code/buildroot/tests/:${PATH}
|
||||
|
Loading…
Reference in New Issue
Block a user