Skip to content

Commit 145de4e

Browse files
committed
feat: add missing rust toolchain target
1 parent 2bd5728 commit 145de4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install Rust stable
5151
uses: dtolnay/rust-toolchain@stable
5252
with:
53-
targets: aarch64-apple-darwin, aarch64-unknown-linux-gnu
53+
targets: aarch64-apple-darwin, x86_64-apple-darwin, aarch64-unknown-linux-gnu
5454

5555
- name: Install Cargo dependencies (linux)
5656
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)