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 d92d55f commit 5849af5Copy full SHA for 5849af5
.github/workflows/build_esp32.yml
@@ -25,8 +25,7 @@ jobs:
25
apt update
26
apt install git
27
git config --global --add safe.directory /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
28
- - name: install node
29
- - name: Checkout repository
+ - name: Checkout repository
30
uses: actions/checkout@v2
31
- name: Prepare to Build Tensorflow Micropython Firmware for ESP32
32
run: |
0 commit comments