mirror of
https://github.com/thelsing/knx.git
synced 2025-10-17 11:14:33 +02:00
Fix Action 'PlatformIO CI': Install "intelhex"
This commit is contained in:
parent
f073d8fd0b
commit
7509c077e2
1
.github/workflows/platform-io.yml
vendored
1
.github/workflows/platform-io.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install platformio
|
||||
pip install intelhex
|
||||
- name: Build knx-usb
|
||||
run: platformio ci --lib="." --project-conf=examples/knx-usb/platformio-ci.ini examples/knx-usb/src/main.cpp
|
||||
- name: Build knx-demo
|
||||
|
Loading…
Reference in New Issue
Block a user