Skip to content

Commit

Permalink
fix: remove Mithril from cross builds
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Dec 16, 2023
1 parent 47922d8 commit df80a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- release_for: Linux-arm64
build_on: ubuntu-latest
target: "aarch64-unknown-linux-gnu"
args: "--locked --release"
args: "--locked --release --no-default-features"

- release_for: Windows-x86_64
build_on: windows-latest
Expand Down

0 comments on commit df80a87

Please sign in to comment.