tabby/ci/prepare_build_environment.sh

6 lines
78 B
Bash
Executable File

#!/bin/bash
if [[ "$OSTYPE" == "darwin"* ]]; then
brew install protobuf
fi