Skip to content

Commit 50bbb28

Browse files
committed
Fix build bdk-ffi for aarch64-apple-ios-sim
1 parent 2d9e052 commit 50bbb28

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
@@ -27,10 +27,10 @@ jobs:
2727
- name: Install Rust targets
2828
working-directory: build
2929
run: |
30-
rustup install nightly-x86_64-apple-darwin
31-
rustup component add rust-src --toolchain nightly-x86_64-apple-darwin
30+
rustup install nightly-2023-04-10
31+
rustup component add rust-src --toolchain nightly-2023-04-10
3232
rustup target add aarch64-apple-ios x86_64-apple-ios
33-
rustup target add aarch64-apple-ios-sim --toolchain nightly
33+
rustup target add aarch64-apple-ios-sim --toolchain nightly-2023-04-10
3434
rustup target add aarch64-apple-darwin x86_64-apple-darwin
3535
3636
- name: Run bdk-ffi-bindgen
@@ -60,7 +60,7 @@ jobs:
6060
- name: Build bdk-ffi for aarch64-apple-ios-sim
6161
working-directory: build
6262
run: |
63-
cargo +nightly build --release -Z build-std --target aarch64-apple-ios-sim
63+
cargo +nightly-2023-04-10 build --release --target aarch64-apple-ios-sim
6464
6565
- name: Create lipo-ios-sim and lipo-macos
6666
working-directory: build

0 commit comments

Comments
 (0)