mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-18 16:41:28 +03:00
disable flutter build of ios, since ios sdk not installed yet
This commit is contained in:
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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user