Eyepatch for the android linker error

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley
2023-10-13 19:43:03 -07:00
parent 73348f49d7
commit 9382b7238c

View File

@@ -111,7 +111,8 @@ jobs:
- name: Build and package crate for 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
if: contains(matrix.platform.target, 'ios')