Use the release-smaller profile in publish-spm workflow

This commit is contained in:
Steve Myers
2022-10-29 22:08:09 -05:00
parent c8436f519c
commit 4abda332de
2 changed files with 5 additions and 5 deletions

View File

@@ -47,22 +47,22 @@ jobs:
- name: Build bdk-ffi for x86_64-apple-darwin
working-directory: bdk-ffi
run: |
cargo build --release --target x86_64-apple-darwin
cargo build --profile release-smaller --target x86_64-apple-darwin
- name: Build bdk-ffi for aarch64-apple-darwin
working-directory: bdk-ffi
run: |
cargo build --release --target aarch64-apple-darwin
cargo build --profile release-smaller --target aarch64-apple-darwin
- name: Build bdk-ffi for x86_64-apple-ios
working-directory: bdk-ffi
run: |
cargo build --release --target x86_64-apple-ios
cargo build --profile release-smaller --target x86_64-apple-ios
- name: Build bdk-ffi for aarch64-apple-ios
working-directory: bdk-ffi
run: |
cargo build --release --target aarch64-apple-ios
cargo build --profile release-smaller --target aarch64-apple-ios
- name: Build bdk-ffi for aarch64-apple-ios-sim
working-directory: bdk-ffi

Submodule bdk-ffi updated: e6cf423721...c2aecb0597