Skip to content

Commit

Permalink
Update build_esp32.yml
Browse files Browse the repository at this point in the history
install git into the espressif container
  • Loading branch information
mocleiri authored Jan 26, 2025
1 parent 92af396 commit 468ed31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_esp32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
container:
image: espressif/idf:release-v4.4
steps:
- name: setup
run: |
apt update
apt install git
- name: Checkout repository
uses: actions/checkout@v2
- name: Prepare to Build Tensorflow Micropython Firmware for ESP32
Expand Down

0 comments on commit 468ed31

Please sign in to comment.