fix ci, no idea why my rustdesk_thirdparty_lib repo can not be checkout
without username
This commit is contained in:
parent
81468902ee
commit
da1d3466b7
4
.github/workflows/flutter-build.yml
vendored
4
.github/workflows/flutter-build.yml
vendored
@ -86,7 +86,7 @@ jobs:
|
||||
- name: Install vcpkg dependencies
|
||||
run: |
|
||||
cd C:\
|
||||
git clone https://github.com/rustdesk-org/rustdesk_thirdpary_lib --depth=1
|
||||
git clone https://github.com/Kingtous/rustdesk_thirdpary_lib --depth=1
|
||||
|
||||
- name: Build rustdesk
|
||||
env:
|
||||
@ -178,7 +178,7 @@ jobs:
|
||||
- name: Install vcpkg dependencies
|
||||
run: |
|
||||
cd C:\
|
||||
git clone https://github.com/rustdesk-org/rustdesk_thirdpary_lib --depth=1
|
||||
git clone https://github.com/Kingtous/rustdesk_thirdpary_lib --depth=1
|
||||
|
||||
- name: Build rustdesk
|
||||
id: build
|
||||
|
@ -949,11 +949,11 @@ async fn check_connect_status_(reconnect: bool, rx: mpsc::UnboundedReceiver<ipc:
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn option_synced() -> bool {
|
||||
#[cfg(not(any(target_os = "android", feature = "ios")))]
|
||||
#[cfg(not(any(target_os = "android", target_os= "ios")))]
|
||||
{
|
||||
OPTION_SYNCED.lock().unwrap().clone()
|
||||
}
|
||||
#[cfg(any(target_os = "android", feature = "ios"))]
|
||||
#[cfg(any(target_os = "android", target_os= "ios"))]
|
||||
{
|
||||
true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user