yet another fix

This commit is contained in:
biroder 2023-04-23 14:12:07 +03:00 committed by GitHub
parent 0a45332f3f
commit dbb72ff6c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -13,6 +13,12 @@ environment:
global:
PROJECT_NAME: doukutsu-rs
matrix:
- channel: stable
target: x86_64-unknown-linux-gnu
extra_targets: aarch64-linux-android armv7-linux-androideabi i686-linux-android
target_name: android
job_name: android-arm64
appveyor_build_worker_image: Ubuntu
- channel: stable
target: x86_64-pc-windows-msvc
target_name: win64
@ -40,12 +46,6 @@ environment:
target_name: mac-m1
job_name: mac-arm64
appveyor_build_worker_image: macos-monterey
- channel: stable
target: aarch64-linux-android
extra_targets: armv7-linux-androideabi i686-linux-android
target_name: android
job_name: android-arm64
appveyor_build_worker_image: Ubuntu
matrix:
fast_finish: true