File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ jobs:
6060 - name : Build bdk-ffi for aarch64-apple-ios-sim
6161 working-directory : build
6262 run : |
63- cargo +nightly-2023-04-10 build --release --target aarch64-apple-ios-sim
63+ cargo +nightly-2023-04-10 build --profile release-smaller --target aarch64-apple-ios-sim
6464
6565 - name : Create lipo-ios-sim and lipo-macos
6666 working-directory : build
6767 run : |
6868 mkdir -p target/lipo-ios-sim/release-smaller
69- lipo target/aarch64-apple-ios-sim/release/libbdkffi.a target/x86_64-apple-ios/release-smaller/libbdkffi.a -create -output target/lipo-ios-sim/release-smaller/libbdkffi.a
69+ lipo target/aarch64-apple-ios-sim/release-smaller /libbdkffi.a target/x86_64-apple-ios/release-smaller/libbdkffi.a -create -output target/lipo-ios-sim/release-smaller/libbdkffi.a
7070 mkdir -p target/lipo-macos/release-smaller
7171 lipo target/aarch64-apple-darwin/release-smaller/libbdkffi.a target/x86_64-apple-darwin/release-smaller/libbdkffi.a -create -output target/lipo-macos/release-smaller/libbdkffi.a
7272
You can’t perform that action at this time.
0 commit comments