Merge branch 'master' of https://github.com/GHOSCHT/light-control
This commit is contained in:
commit
0a0beadd5e
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
|
python -m pip install --upgrade pip
|
||||||
pip install --upgrade platformio
|
pip install --upgrade platformio
|
||||||
- name: Build console
|
- name: Build console
|
||||||
run: pio run --environment console --project-dir "./Devices/Console/Firmware"
|
run: pio run --project-dir "./Devices/Console/Firmware"
|
||||||
- name: Build control
|
- name: Build control
|
||||||
run: pio run --environment control --project-dir "./Devices/Control/Firmware"
|
run: pio run --project-dir "./Devices/Control/Firmware"
|
||||||
|
|
Reference in a new issue