ci: export path to CI

This commit is contained in:
appflowy
2022-02-09 07:32:59 +08:00
parent 832db73410
commit 30bedb337f
2 changed files with 2 additions and 3 deletions

View File

@ -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"