disable flutter build of ios, since ios sdk not installed yet
This commit is contained in:
parent
98cce186c7
commit
105a758914
2
.github/workflows/flutter-build.yml
vendored
2
.github/workflows/flutter-build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user