Files
krata/hack/ci/install-darwin-deps.sh

6 lines
68 B
Bash
Executable File

#!/bin/sh
set -e
brew install protobuf
brew upgrade rustup || true