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 4bc8824 commit 18a8514Copy full SHA for 18a8514
.github/workflows/release-for-mac.yml
@@ -18,10 +18,10 @@ jobs:
18
steps:
19
- uses: actions/checkout@master
20
- uses: Swatinem/rust-cache@v2
21
+ - uses: actions-rs/cargo@v1
22
- name: Installing needed dependencies
23
run: brew install protobuf
24
- name: Install aarch64-apple-darwin toolchain
- 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
0 commit comments