Skip to content

Commit 4bc8824

Browse files
committed
ci: install aarch64-apple-darwin toolchain
1 parent 02b3cb2 commit 4bc8824

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-for-mac.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
- uses: Swatinem/rust-cache@v2
2121
- name: Installing needed dependencies
2222
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
2327
- name: Running cargo build
2428
uses: actions-rs/cargo@v1
2529
with:

0 commit comments

Comments
 (0)