disable flutter build of ios, since ios sdk not installed yet
This commit is contained in:
parent
98cce186c7
commit
105a758914
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue