Skip to content

Commit 6c5ab82

Browse files
committed
fix: path
1 parent b40e177 commit 6c5ab82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919
# Install system dependencies
2020
echo "Installing system dependencies..."
2121
sudo apt-get update && sudo apt-get install -y jq
22-
cargo install hyperfine --quiet
22+
sudo apt-get install -y hyperfine
2323

2424
# Install Node.js package managers and tools
2525
echo "Installing package managers and tools..."

0 commit comments

Comments
 (0)