Skip to content

Commit f3299be

Browse files
committed
324
- Add esptool install into build.yml - Now the *.bin file includes all partitions (so you can just flash it at 0x0).
1 parent f94e19c commit f3299be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
python -m pip install idf-component-manager
3535
idf.py reconfigure
3636
37+
- name: Install esptool
38+
run: |
39+
python -m pip install esptool
40+
3741
- name: Build
3842
id: build
3943
run: |

0 commit comments

Comments
 (0)