mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-27 14:59:02 +08:00
fix CI
This commit is contained in:
parent
3c1492e9bc
commit
482bb5f64f
@ -64,7 +64,7 @@ fn initialize(app_dir: &str) {
|
||||
#[cfg(target_os = "ios")]
|
||||
{
|
||||
use hbb_common::env_logger::*;
|
||||
init_fro_env(Env::default().filter_or(DEFAULT_FILTER_ENV, "debug"));
|
||||
init_from_env(Env::default().filter_or(DEFAULT_FILTER_ENV, "debug"));
|
||||
}
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user