mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-10 18:06:01 +02:00
fix CI
This commit is contained in:
parent
3c1492e9bc
commit
482bb5f64f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue