From 9382b7238cb6818510fc4d1fe80fffa3f844e97b Mon Sep 17 00:00:00 2001 From: John Nunley Date: Fri, 13 Oct 2023 19:43:03 -0700 Subject: [PATCH] Eyepatch for the android linker error Signed-off-by: John Nunley --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d84ea466..b897aa88a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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')