瀏覽代碼

remove brew install from env.toml

Stephen 3 年之前
父節點
當前提交
fcb8d49cf9
共有 1 個文件被更改,包括 0 次插入3 次删除
  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