switch to stable channel

This commit is contained in:
nathan
2022-01-23 11:34:41 +08:00
parent fa91654f68
commit dccbd45a00
15 changed files with 20 additions and 22 deletions

View File

@ -6,7 +6,7 @@
[tasks.env_check]
dependencies = ["echo_env"]
condition = { env_set = [ "BUILD_FLAG", "RUST_COMPILE_TARGET", "CRATE_TYPE", "TARGET_OS"], channels = ["nightly"] }
condition = { env_set = [ "BUILD_FLAG", "RUST_COMPILE_TARGET", "CRATE_TYPE", "TARGET_OS"], channels = ["stable"] }
[tasks.flowy-sdk-dev]
mac_alias = "flowy-sdk-dev-macos"