Skip to content

Commit d92d55f

Browse files
author
Michael O'Cleirigh
committed
Fix build
1 parent 4658217 commit d92d55f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build_esp32.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@ jobs:
1616
container:
1717
image: espressif/idf:release-v4.3
1818
steps:
19+
- name: install node
20+
uses: actions/setup-node@v4
21+
with:
22+
node-version: 18
1923
- name: setup
2024
run: |
2125
apt update
2226
apt install git
2327
git config --global --add safe.directory /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
2428
- name: install node
25-
- uses: actions/setup-node@v4
26-
with:
27-
node-version: 18
28-
- name: Checkout repository
29+
- name: Checkout repository
2930
uses: actions/checkout@v2
3031
- name: Prepare to Build Tensorflow Micropython Firmware for ESP32
3132
run: |

0 commit comments

Comments
 (0)