We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f073d8f + 7509c07 commit 8b8f2b1Copy full SHA for 8b8f2b1
1 file changed
.github/workflows/platform-io.yml
@@ -18,6 +18,7 @@ jobs:
18
run: |
19
python -m pip install --upgrade pip
20
pip install platformio
21
+ pip install intelhex
22
- name: Build knx-usb
23
run: platformio ci --lib="." --project-conf=examples/knx-usb/platformio-ci.ini examples/knx-usb/src/main.cpp
24
- name: Build knx-demo
0 commit comments