Bläddra i källkod

remove brew install from env.toml

Stephen 3 år sedan
förälder
incheckning
fcb8d49cf9
1 ändrade filer med 0 tillägg och 3 borttagningar
  1. 0 3
      scripts/makefile/env.toml

+ 0 - 3
scripts/makefile/env.toml

@@ -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 [email protected]
-
 # Custom dart:
 #brew tap dart-lang/dart
 #brew install dart