We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468ed31 commit 743f8edCopy full SHA for 743f8ed
.github/workflows/build_esp32.yml
@@ -20,6 +20,8 @@ jobs:
20
run: |
21
apt update
22
apt install git
23
+ git config --global --add safe.directory /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
24
+
25
- name: Checkout repository
26
uses: actions/checkout@v2
27
- name: Prepare to Build Tensorflow Micropython Firmware for ESP32
0 commit comments