ci: export path

This commit is contained in:
appflowy 2022-02-08 23:05:28 +08:00
parent f55de1fd17
commit 15d91d3cbe
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tasks.flowy_dev]
run_task = { name = ["install_prerequests","install_diesel"] }
run_task = { name = ["install_prerequests","install_diesel", "install_protobuf"] }
[tasks.install_windows_deps.windows]
dependencies=["check_duckscript_installation", "check_visual_studio_installation", "check_vcpkg", "install_vcpkg_sqlite", "install_rust_vcpkg_cli"]

View File

@ -25,6 +25,7 @@ run_task = { name = ["install_protobuf"] }
script = """
echo "Install protoc_plugin (Dart)"
dart pub global activate protoc_plugin
export PATH="$HOME/.pub-cache/bin:$PATH"
"""
script_runner = "@shell"