mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
ci: export path
This commit is contained in:
parent
f55de1fd17
commit
15d91d3cbe
@ -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"]
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user