Skip to content

Commit

Permalink
cross unwind still not fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Oct 22, 2024
1 parent ed1a455 commit df9f8d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-kotlin-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ jobs:
workspaces: |
.
bindings_ffi
# Install latest cross to mitigate unwind linking issue on android builds.
# See https://github.com/cross-rs/cross/issues/1222
- name: Install cross
uses: taiki-e/install-action@cross
run: |
cargo install cross --git https://github.com/cross-rs/cross
- name: Build target
env:
CROSS_NO_WARNINGS: "0"
Expand Down

0 comments on commit df9f8d8

Please sign in to comment.