From 4219736f4cab645e7fa965af19b6be29ec286e4b Mon Sep 17 00:00:00 2001 From: xiaoguang Date: Fri, 10 May 2024 09:35:07 +0800 Subject: [PATCH] build: fix CI iOS compile error --- .github/workflows/build-release-ios.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release-ios.yml b/.github/workflows/build-release-ios.yml index 2c41b2bd..7e008c13 100644 --- a/.github/workflows/build-release-ios.yml +++ b/.github/workflows/build-release-ios.yml @@ -74,12 +74,12 @@ jobs: id: build run: | pushd ./imkey-core/ikc - cargo lipo --release --targets aarch64-apple-ios x86_64-apple-ios + cargo lipo --release --targets aarch64-apple-ios cbindgen ./src/lib.rs -l c > ${{github.workspace}}/target/connector.h popd pushd ./token-core/tcx - cargo lipo --release --targets aarch64-apple-ios x86_64-apple-ios + cargo lipo --release --targets aarch64-apple-ios cbindgen ./src/lib.rs -l c > ${{github.workspace}}/target/tcx.h popd