Skip to content

Commit 743f8ed

Browse files
authored
Update build_esp32.yml
whitelist build dir
1 parent 468ed31 commit 743f8ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_esp32.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
run: |
2121
apt update
2222
apt install git
23+
git config --global --add safe.directory /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
24+
2325
- name: Checkout repository
2426
uses: actions/checkout@v2
2527
- name: Prepare to Build Tensorflow Micropython Firmware for ESP32

0 commit comments

Comments
 (0)