ci: disable dart pb gen

This commit is contained in:
appflowy
2022-02-09 00:47:43 +08:00
parent 1ab3f42477
commit 68b0730dda
2 changed files with 4 additions and 2 deletions

View File

@ -26,6 +26,8 @@ script = """
echo "Install protoc_plugin (Dart)"
dart pub global activate protoc_plugin
export PATH="$HOME/.pub-cache/bin:$PATH"
cargo install --version 2.22.1 protobuf-codegen
"""
script_runner = "@shell"