mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 08:06:13 +01:00
Update main.yml to use up-to-date pio for builds.
This commit is contained in:
parent
b1d3f3200a
commit
119662ddee
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- name: Install Python Wheel
|
- name: Install Python Wheel
|
||||||
run: pip install wheel
|
run: pip install wheel
|
||||||
- name: Install PlatformIO Core
|
- name: Install PlatformIO Core
|
||||||
run: pip install -U https://github.com/platformio/platformio/archive/v4.2.1.zip
|
run: pip install -U platformio
|
||||||
- name: Copy generic config over
|
- name: Copy generic config over
|
||||||
run: cp config.example.h config.h
|
run: cp config.example.h config.h
|
||||||
- name: Compile Command Station (AVR)
|
- name: Compile Command Station (AVR)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user