mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
remove brew install from env.toml
This commit is contained in:
parent
a72dc5d2ec
commit
fcb8d49cf9
@ -3,7 +3,6 @@ run_task = { name = ["install_targets","install_diesel", "install_protobuf"] }
|
|||||||
|
|
||||||
[tasks.install_diesel]
|
[tasks.install_diesel]
|
||||||
script = """
|
script = """
|
||||||
brew install sqlite3
|
|
||||||
cargo install diesel_cli --no-default-features --features sqlite
|
cargo install diesel_cli --no-default-features --features sqlite
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@ -17,8 +16,6 @@ rustup target add aarch64-apple-darwin
|
|||||||
|
|
||||||
[tasks.install_protobuf]
|
[tasks.install_protobuf]
|
||||||
script = """
|
script = """
|
||||||
brew install protobuf@3.13
|
|
||||||
|
|
||||||
# Custom dart:
|
# Custom dart:
|
||||||
#brew tap dart-lang/dart
|
#brew tap dart-lang/dart
|
||||||
#brew install dart
|
#brew install dart
|
||||||
|
Loading…
Reference in New Issue
Block a user