We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd5728 commit 145de4eCopy full SHA for 145de4e
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Install Rust stable
51
uses: dtolnay/rust-toolchain@stable
52
with:
53
- targets: aarch64-apple-darwin, aarch64-unknown-linux-gnu
+ targets: aarch64-apple-darwin, x86_64-apple-darwin, aarch64-unknown-linux-gnu
54
55
- name: Install Cargo dependencies (linux)
56
if: runner.os == 'Linux'
0 commit comments