Skip to content

Commit

Permalink
Use targets to install additional rust targets
Browse files Browse the repository at this point in the history
  • Loading branch information
pronebird committed Oct 29, 2024
1 parent 01382a8 commit 23aac9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-nym-vpn-core-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,7 @@ jobs:
with:
toolchain: stable
components: rustfmt, clippy

- name: Install extra arch apple
run: |
rustup target add x86_64-apple-darwin
rustup target add aarch64-apple-ios
rustup target add x86_64-apple-ios
rustup target add aarch64-apple-ios-sim
targets: x86_64-apple-darwin aarch64-apple-ios x86_64-apple-ios aarch64-apple-ios-sim

- name: Setup cargo swift
run: |
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build-nym-vpn-core-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ jobs:
with:
toolchain: stable
components: rustfmt, clippy

- name: Install extra arch apple
run: |
rustup target add x86_64-apple-darwin
targets: x86_64-apple-darwin aarch64-apple-darwin

- name: Install Go toochain
uses: actions/setup-go@v5
Expand Down

0 comments on commit 23aac9f

Please sign in to comment.