Skip to content

Commit

Permalink
remove mitrhil from darwin aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Dec 16, 2023
1 parent 2d23644 commit 2e6f293
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- release_for: Linux-arm64
build_on: ubuntu-latest
target: "aarch64-unknown-linux-gnu"
# we skip mithril because of no support for cross compile
args: "--locked --release --no-default-features"

- release_for: Windows-x86_64
Expand All @@ -43,7 +44,8 @@ jobs:
- release_for: Darwin-arm64
build_on: macOS-latest
target: aarch64-apple-darwin
args: "--locked --release"
# we skip mithril because of no support for cross compile
args: "--locked --release --no-default-features"

runs-on: ${{ matrix.build_on }}

Expand Down

0 comments on commit 2e6f293

Please sign in to comment.