Skip to content

Commit

Permalink
chore: fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonThormeyer committed Jun 17, 2024
1 parent f2dac6c commit 4eab5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: ''
target: aarch64-apple-darwin
target: "aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
- name: Setup cargo-make
uses: davidB/rust-cargo-make@v1
- name: Run release-build
run: |
cd crypto-ffi
cargo make release-build-aarch64-apple-darwin
cargo make release-build
compile-ffi-swift:
runs-on: macos-latest
Expand Down

0 comments on commit 4eab5a9

Please sign in to comment.