From 105a758914c4d934997931bad143755f73f021ba Mon Sep 17 00:00:00 2001 From: rustdesk Date: Fri, 26 Apr 2024 19:16:52 +0800 Subject: [PATCH] disable flutter build of ios, since ios sdk not installed yet --- .github/workflows/flutter-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index 5d99251ff..c66e30bb0 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -420,6 +420,8 @@ jobs: cargo build --features flutter,hwcodec --release --target aarch64-apple-ios --lib - name: Build rustdesk + # ios sdk not installed on this machine, I will install it later after I am back home + if: false shell: bash run: | pushd flutter