Skip to content

Commit 5219172

Browse files
committed
build: Add npm for dev-ui
1 parent 5ad3615 commit 5219172

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

helper.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ packages+=nlohmann-json3-dev
2525
# TODO: remove for offline build
2626
packages+=curl wget python3-pip
2727
packages+=time
28+
packages+=npm
2829

29-
RUST_VERSION?=1.65.0
30+
RUST_VERSION?=1.64.0
3031
export PATH := ${HOME}/.cargo/bin:${PATH}
3132

3233
zpc_exe?=${build_dir}/applications/zpc/zpc

0 commit comments

Comments
 (0)