mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
ci: add logs
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user