Skip to content

Commit fe7511b

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_esp32.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- name: setup
2424
run: |
2525
apt update
26+
apt remove -y nodejs
27+
apt remove -y nvm.sh
2628
apt install git
2729
git config --global --add safe.directory /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
2830
- name: Checkout repository

0 commit comments

Comments
 (0)