Skip to content

Commit

Permalink
build: fix CI iOS compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoguang1010 committed May 10, 2024
1 parent fdb5ba5 commit 4219736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4219736

Please sign in to comment.