Skip to content

Commit 6493c1e

Browse files
committed
Fix CI
1 parent c9ff85a commit 6493c1e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build-esp32.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110
run: |
111111
python -m pip install --upgrade pip
112112
pip install --upgrade platformio
113+
pip install --upgrade intelhex
114+
pip install --upgrade rich_click
113115
114116
- name: Build Examples
115117
run: |
@@ -156,6 +158,8 @@ jobs:
156158
run: |
157159
python -m pip install --upgrade pip
158160
pip install --upgrade platformio
161+
pip install --upgrade intelhex
162+
pip install --upgrade rich_click
159163
160164
- name: Build Examples
161165
run: |
@@ -201,6 +205,8 @@ jobs:
201205
run: |
202206
python -m pip install --upgrade pip
203207
pip install --upgrade platformio
208+
pip install --upgrade intelhex
209+
pip install --upgrade rich_click
204210
205211
- name: Build Examples
206212
run: |
@@ -242,6 +248,8 @@ jobs:
242248
run: |
243249
python -m pip install --upgrade pip
244250
pip install --upgrade platformio
251+
pip install --upgrade intelhex
252+
pip install --upgrade rich_click
245253
246254
- name: Build Examples
247255
run: |

0 commit comments

Comments
 (0)