remove brew install from env.toml

This commit is contained in:
Stephen 2021-11-16 00:18:48 -08:00 committed by GitHub
parent a72dc5d2ec
commit fcb8d49cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@ run_task = { name = ["install_targets","install_diesel", "install_protobuf"] }
[tasks.install_diesel]
script = """
brew install sqlite3
cargo install diesel_cli --no-default-features --features sqlite
"""
@ -17,8 +16,6 @@ rustup target add aarch64-apple-darwin
[tasks.install_protobuf]
script = """
brew install protobuf@3.13
# Custom dart:
#brew tap dart-lang/dart
#brew install dart