We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44bf77c commit ed34b9fCopy full SHA for ed34b9f
1 file changed
.github/workflows/release-nym-vpn-cli.yml
@@ -127,6 +127,11 @@ jobs:
127
with:
128
components: rustfmt, clippy
129
130
+ - name: Install extra arch macos
131
+ if: env.PLATFORM_ARCH == 'macos_universal'
132
+ run: |
133
+ rustup target add x86_64-apple-darwin
134
+
135
- name: Install cross
136
uses: actions-rs/cargo@v1
137
if: contains(matrix.target, 'android')
0 commit comments