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 c541632 commit b6418efCopy full SHA for b6418ef
Cross.toml
@@ -2,10 +2,6 @@
2
pre-build = [
3
# install nodejs and npm to compile static web resources
4
# note that architecture could be the same as the container, not $CROSS_DEB_ARCH
5
- "apt install -qq -y --no-install-recommends unzip",
6
- "curl https://fnm.vercel.app/install -o install.sh",
7
- "bash install.sh",
8
- # Download and install Node.js:
9
- "/root/.local/share/fnm/fnm install 22",
+ "apt install -y nodejs",
10
"node -v",
11
]
0 commit comments