Skip to content

Commit 40943c7

Browse files
committed
chore: add gnu-tar as a macos dep in the setup script
1 parent f59b224 commit 40943c7

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
@@ -27,7 +27,7 @@ install_linux_deps() {
2727
install_macos_deps() {
2828
echo "Detected macOS"
2929
xcode-select --install || true
30-
brew install mise pnpm protobuf zsh bash fish shellcheck jq
30+
brew install mise pnpm protobuf zsh bash fish shellcheck jq gnu-tar
3131
}
3232

3333
install_rust() {

0 commit comments

Comments
 (0)