Skip to content

Commit

Permalink
Merge pull request #164 from Electric-Coin-Company/ci-binary-preview-…
Browse files Browse the repository at this point in the history
…fix-2

CI: Install the necessary Rust targets before building binary previews
  • Loading branch information
str4d authored Nov 5, 2024
2 parents f055e6f + b73c05b commit 0314e00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-binary-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Select the required Xcode version
run: sudo xcode-select -s '/Applications/Xcode_13.4.1.app/Contents/Developer'

- name: Install the required Rust targets
run: make install

- name: Build the binaries
run: make xcframework

Expand Down

0 comments on commit 0314e00

Please sign in to comment.