Skip to content

Commit

Permalink
Eyepatch for the android linker error
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Oct 14, 2023
1 parent b71cb1d commit 8a212a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 8a212a1

Please sign in to comment.