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 4658217 commit d92d55fCopy full SHA for d92d55f
.github/workflows/build_esp32.yml
@@ -16,16 +16,17 @@ jobs:
16
container:
17
image: espressif/idf:release-v4.3
18
steps:
19
+ - name: install node
20
+ uses: actions/setup-node@v4
21
+ with:
22
+ node-version: 18
23
- name: setup
24
run: |
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
- - uses: actions/setup-node@v4
- with:
- node-version: 18
- - name: Checkout repository
29
+ - name: Checkout repository
30
uses: actions/checkout@v2
31
- name: Prepare to Build Tensorflow Micropython Firmware for ESP32
32
0 commit comments