disable flutter build of ios, since ios sdk not installed yet

This commit is contained in:
rustdesk 2024-04-26 19:16:52 +08:00
parent 98cce186c7
commit 105a758914

View File

@ -420,6 +420,8 @@ jobs:
cargo build --features flutter,hwcodec --release --target aarch64-apple-ios --lib cargo build --features flutter,hwcodec --release --target aarch64-apple-ios --lib
- name: Build rustdesk - name: Build rustdesk
# ios sdk not installed on this machine, I will install it later after I am back home
if: false
shell: bash shell: bash
run: | run: |
pushd flutter pushd flutter