Skip to content

Commit 5849af5

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_esp32.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
apt update
2626
apt install git
2727
git config --global --add safe.directory /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
28-
- name: install node
29-
- name: Checkout repository
28+
- name: Checkout repository
3029
uses: actions/checkout@v2
3130
- name: Prepare to Build Tensorflow Micropython Firmware for ESP32
3231
run: |

0 commit comments

Comments
 (0)