Skip to content

Commit 371eaeb

Browse files
author
Ulises Himely
committed
fix: need to install target
1 parent 3b78524 commit 371eaeb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions-rs/toolchain@v1
1414
with:
1515
toolchain: stable
16+
target: aarch64-apple-darwin
1617
- uses: actions-rs/cargo@v1
1718
with:
1819
command: build
@@ -25,6 +26,7 @@ jobs:
2526
- uses: actions-rs/toolchain@v1
2627
with:
2728
toolchain: stable
29+
target: x86_64-apple-darwin
2830
- uses: actions-rs/cargo@v1
2931
with:
3032
command: build

0 commit comments

Comments
 (0)