Skip to content

Commit ed34b9f

Browse files
committed
rustup
1 parent 44bf77c commit ed34b9f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release-nym-vpn-cli.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ jobs:
127127
with:
128128
components: rustfmt, clippy
129129

130+
- name: Install extra arch macos
131+
if: env.PLATFORM_ARCH == 'macos_universal'
132+
run: |
133+
rustup target add x86_64-apple-darwin
134+
130135
- name: Install cross
131136
uses: actions-rs/cargo@v1
132137
if: contains(matrix.target, 'android')

0 commit comments

Comments
 (0)