Skip to content

Commit fa6b6eb

Browse files
committed
Fixes platformio workflow missing intelhex dependency
1 parent 96fb4ae commit fa6b6eb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/platformio-build-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ jobs:
9797
- name: Checkout
9898
uses: actions/checkout@v4
9999

100+
- name: Install intelhex
101+
run: pip install intelhex
102+
100103
- name: Build examples
101104
uses: karniv00l/platformio-run-action@v1
102105
with:

0 commit comments

Comments
 (0)