We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b3cb2 commit 4bc8824Copy full SHA for 4bc8824
.github/workflows/release-for-mac.yml
@@ -20,6 +20,10 @@ jobs:
20
- uses: Swatinem/rust-cache@v2
21
- name: Installing needed dependencies
22
run: brew install protobuf
23
+ - name: Install aarch64-apple-darwin toolchain
24
+ uses: actions-rs/cargo@v1
25
+ if: matrix.target == 'aarch64-apple-darwin'
26
+ run: rustup target add aarch64-apple-darwin
27
- name: Running cargo build
28
uses: actions-rs/cargo@v1
29
with:
0 commit comments