Skip to content

Commit 8b8f2b1

Browse files
authored
Merge pull request #325 from OpenKNX/upstream/fix/ci-platformio-missing-intelhex
Fix Action 'PlatformIO CI': Install "intelhex"
2 parents f073d8f + 7509c07 commit 8b8f2b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/platform-io.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
pip install platformio
21+
pip install intelhex
2122
- name: Build knx-usb
2223
run: platformio ci --lib="." --project-conf=examples/knx-usb/platformio-ci.ini examples/knx-usb/src/main.cpp
2324
- name: Build knx-demo

0 commit comments

Comments
 (0)