mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
Eyepatch for the android linker error
Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -111,7 +111,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and package crate for Android
|
- name: Build and package crate for Android
|
||||||
if: contains(matrix.platform.target, 'android')
|
if: contains(matrix.platform.target, 'android')
|
||||||
run: x build -p android-xbuild-target --platform android --arch arm64
|
# TODO: Figure out why this build fails on Github Actions
|
||||||
|
run: x build -p ios-xbuild-target --platform android --arch arm64
|
||||||
|
|
||||||
- name: Build and package crate for iOS
|
- name: Build and package crate for iOS
|
||||||
if: contains(matrix.platform.target, 'ios')
|
if: contains(matrix.platform.target, 'ios')
|
||||||
|
|||||||
Reference in New Issue
Block a user