Skip to content

Commit

Permalink
fix: Target aarch64-linux-android link failure: unwind
Browse files Browse the repository at this point in the history
  • Loading branch information
zdz committed Apr 5, 2023
1 parent c5987bf commit cd5fee6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 12 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ jobs:
version: '3.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}

# https://blog.rust-lang.org/2023/01/09/android-ndk-update-r25.html
# https://github.com/cross-rs/cross/issues/1222
- name: Update Cross
uses: actions-rs/cargo@v1
with:
command: install
use-cross: false
args: cross --git https://github.com/cross-rs/cross

- name: Build release
uses: actions-rs/cargo@v1
with:
Expand Down
33 changes: 21 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd5fee6

Please sign in to comment.