ci: add logs

This commit is contained in:
appflowy
2022-02-09 07:23:57 +08:00
parent 837666d36d
commit 832db73410
2 changed files with 38 additions and 1 deletions

View File

@ -25,6 +25,7 @@ brew install protobuf
echo "Install protoc_plugin (Dart)"
dart pub global activate protoc_plugin
export PATH="$PATH":"$HOME/.pub-cache/bin"
"""
script_runner = "@shell"
@ -34,6 +35,7 @@ sudo apt-get install protobuf-compiler
echo "Install protoc_plugin (Dart)"
dart pub global activate protoc_plugin
export PATH="$PATH":"$HOME/.pub-cache/bin"
"""
script_runner = "@shell"