Skip to content

Commit 3356abf

Browse files
authored
Add installation of dulwich in build workflow
1 parent 02956a9 commit 3356abf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
- name: Install Setuptools
8989
run: |
9090
pip install --upgrade setuptools
91+
pip install --upgrade dulwich
9192
- name: Enable ESP32 platforms from platformio_override-template.ini
9293
run: |
9394
sed 's/; user_setups\/esp32/user_setups\/esp32/g' platformio_override-template.ini > platformio_override.ini

0 commit comments

Comments
 (0)