Skip to content

Commit 468ed31

Browse files
authored
Update build_esp32.yml
install git into the espressif container
1 parent 92af396 commit 468ed31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_esp32.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
container:
1717
image: espressif/idf:release-v4.4
1818
steps:
19+
- name: setup
20+
run: |
21+
apt update
22+
apt install git
1923
- name: Checkout repository
2024
uses: actions/checkout@v2
2125
- name: Prepare to Build Tensorflow Micropython Firmware for ESP32

0 commit comments

Comments
 (0)