Adapt pio build action to file restructuring
This commit is contained in:
parent
6c76bd8040
commit
2f971d8040
1 changed files with 2 additions and 2 deletions
4
.github/workflows/PlatformIO.yml
vendored
4
.github/workflows/PlatformIO.yml
vendored
|
@ -31,6 +31,6 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install --upgrade platformio
|
||||
- name: Build console
|
||||
run: pio run --environment console --project-dir "./Arduino/Console"
|
||||
run: pio run --environment console --project-dir "./Devices/Console/Firmware"
|
||||
- name: Build control
|
||||
run: pio run --environment control --project-dir "./Arduino/Control"
|
||||
run: pio run --environment control --project-dir "./Devices/Control/Firmware"
|
||||
|
|
Reference in a new issue