mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
ci: export path to CI
This commit is contained in:
@ -25,7 +25,6 @@ brew install protobuf
|
||||
|
||||
echo "Install protoc_plugin (Dart)"
|
||||
dart pub global activate protoc_plugin
|
||||
export PATH="$PATH":"$HOME/.pub-cache/bin"
|
||||
"""
|
||||
script_runner = "@shell"
|
||||
|
||||
@ -35,7 +34,6 @@ 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