Skip to content

Commit eacfdb6

Browse files
committed
Use the release-smaller profile in publish-spm workflow
1 parent c8436f5 commit eacfdb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-spm.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,22 @@ jobs:
4747
- name: Build bdk-ffi for x86_64-apple-darwin
4848
working-directory: bdk-ffi
4949
run: |
50-
cargo build --release --target x86_64-apple-darwin
50+
cargo build --profile release-smaller --target x86_64-apple-darwin
5151
5252
- name: Build bdk-ffi for aarch64-apple-darwin
5353
working-directory: bdk-ffi
5454
run: |
55-
cargo build --release --target aarch64-apple-darwin
55+
cargo build --profile release-smaller --target aarch64-apple-darwin
5656
5757
- name: Build bdk-ffi for x86_64-apple-ios
5858
working-directory: bdk-ffi
5959
run: |
60-
cargo build --release --target x86_64-apple-ios
60+
cargo build --profile release-smaller --target x86_64-apple-ios
6161
6262
- name: Build bdk-ffi for aarch64-apple-ios
6363
working-directory: bdk-ffi
6464
run: |
65-
cargo build --release --target aarch64-apple-ios
65+
cargo build --profile release-smaller --target aarch64-apple-ios
6666
6767
- name: Build bdk-ffi for aarch64-apple-ios-sim
6868
working-directory: bdk-ffi

0 commit comments

Comments
 (0)