mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-23 22:27:13 -04:00
remove brew install from env.toml
This commit is contained in:
parent
a72dc5d2ec
commit
fcb8d49cf9
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue