mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-28 07:39:36 +08:00
fix ci
This commit is contained in:
parent
c076d4a17c
commit
25011331ed
2
.github/workflows/flutter-build.yml
vendored
2
.github/workflows/flutter-build.yml
vendored
@ -459,6 +459,7 @@ jobs:
|
||||
|
||||
|
||||
build-rustdesk-android:
|
||||
if: ${{ matrix.job.arch == 'armv7' || inputs.upload-artifact == 'true' }}
|
||||
needs: [generate-bridge-linux]
|
||||
name: build rustdesk android apk ${{ matrix.job.target }} (${{ matrix.job.os }}) [${{ matrix.job.extra-build-features }}]
|
||||
runs-on: ${{ matrix.job.os }}
|
||||
@ -480,7 +481,6 @@ jobs:
|
||||
extra-build-features: "",
|
||||
openssl-arch: android-arm
|
||||
}
|
||||
if: ${{ matrix.job.arch == 'armv7' || inputs.upload-artifact == 'true' }}
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user