Skip to content

Commit

Permalink
github/lint-build-test: apply bbqsrc/cargo-ndk#22 (#104)
Browse files Browse the repository at this point in the history
Closes: #103
  • Loading branch information
tharvik committed Aug 2, 2022
1 parent 3b128cb commit 6bae5ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint-build-test.yaml
Expand Up @@ -75,6 +75,11 @@ jobs:
command: install
args: cargo-ndk

- name: patch bbqsrc/cargo-ndk#22
run: >
find -L /usr/local/lib/android/sdk/ndk-bundle -name libunwind.a
-execdir sh -c 'echo "INPUT(-lunwind)" > libgcc.a' \;
- uses: actions-rs/cargo@v1
with:
command: ndk
Expand Down

0 comments on commit 6bae5ca

Please sign in to comment.