Skip to content

Commit

Permalink
fix: fix missing command on build Linux ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 authored May 7, 2024
1 parent bdbce59 commit 613fb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ $(uname -m) == "x86_64" ]; then
run_as_root apt-get install -qy vulkan-sdk
else
run_as_root apt-get update
run_as_root apt-get install -qy curl gnupg2
run_as_root apt-get install -qy curl gnupg2 make cmake

if ! command -v node &> /dev/null; then
curl -fsSL https://deb.nodesource.com/setup_20.x | run_as_root bash -
Expand Down

0 comments on commit 613fb03

Please sign in to comment.