Skip to content

Commit 0314e00

Browse files
authored
Merge pull request #164 from Electric-Coin-Company/ci-binary-preview-fix-2
CI: Install the necessary Rust targets before building binary previews
2 parents f055e6f + b73c05b commit 0314e00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-binary-preview.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Select the required Xcode version
2323
run: sudo xcode-select -s '/Applications/Xcode_13.4.1.app/Contents/Developer'
2424

25+
- name: Install the required Rust targets
26+
run: make install
27+
2528
- name: Build the binaries
2629
run: make xcframework
2730

0 commit comments

Comments
 (0)