File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,22 +47,22 @@ jobs:
47
47
- name : Build bdk-ffi for x86_64-apple-darwin
48
48
working-directory : bdk-ffi
49
49
run : |
50
- cargo build --release --target x86_64-apple-darwin
50
+ cargo build --profile release-smaller --target x86_64-apple-darwin
51
51
52
52
- name : Build bdk-ffi for aarch64-apple-darwin
53
53
working-directory : bdk-ffi
54
54
run : |
55
- cargo build --release --target aarch64-apple-darwin
55
+ cargo build --profile release-smaller --target aarch64-apple-darwin
56
56
57
57
- name : Build bdk-ffi for x86_64-apple-ios
58
58
working-directory : bdk-ffi
59
59
run : |
60
- cargo build --release --target x86_64-apple-ios
60
+ cargo build --profile release-smaller --target x86_64-apple-ios
61
61
62
62
- name : Build bdk-ffi for aarch64-apple-ios
63
63
working-directory : bdk-ffi
64
64
run : |
65
- cargo build --release --target aarch64-apple-ios
65
+ cargo build --profile release-smaller --target aarch64-apple-ios
66
66
67
67
- name : Build bdk-ffi for aarch64-apple-ios-sim
68
68
working-directory : bdk-ffi
You can’t perform that action at this time.
0 commit comments