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 5849af5 commit fe7511bCopy full SHA for fe7511b
.github/workflows/build_esp32.yml
@@ -23,6 +23,8 @@ jobs:
23
- name: setup
24
run: |
25
apt update
26
+ apt remove -y nodejs
27
+ apt remove -y nvm.sh
28
apt install git
29
git config --global --add safe.directory /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
30
- name: Checkout repository
0 commit comments