Skip to content

Commit 73d1a53

Browse files
author
Ulises Himely
committed
fix: try running without cross
1 parent 57c4c27 commit 73d1a53

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
on: [release]
1+
on:
2+
- release
23

34
name: Build on Release
45

@@ -15,7 +16,6 @@ jobs:
1516
override: true
1617
- uses: actions-rs/cargo@v1
1718
with:
18-
use-cross: true
1919
command: build
2020
args: --target aarch64-apple-darwin
2121
mac_intel:
@@ -30,6 +30,5 @@ jobs:
3030
override: true
3131
- uses: actions-rs/cargo@v1
3232
with:
33-
use-cross: true
3433
command: build
3534
args: --target x86_64-apple-darwin

0 commit comments

Comments
 (0)