Skip to content

Commit 18a8514

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@master
2020
- uses: Swatinem/rust-cache@v2
21+
- uses: actions-rs/cargo@v1
2122
- name: Installing needed dependencies
2223
run: brew install protobuf
2324
- name: Install aarch64-apple-darwin toolchain
24-
uses: actions-rs/cargo@v1
2525
if: matrix.target == 'aarch64-apple-darwin'
2626
run: rustup target add aarch64-apple-darwin
2727
- name: Running cargo build

0 commit comments

Comments
 (0)