Skip to content

Commit

Permalink
revert an unintentional change
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jan 4, 2025
1 parent 9c1079d commit 99ef960
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[build]
pre-build = [
# install nodejs and npm to compile static web resources
# note that architecture could be the same as the container, not $CROSS_DEB_ARCH
# Need to use a fairly old Node.js version to support the old underlying docker image
"curl -fsSL https://deb.nodesource.com/setup_17.x -o nodesource_setup.sh",
"bash nodesource_setup.sh",
"apt-get install -y nodejs",
Expand Down

0 comments on commit 99ef960

Please sign in to comment.