Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
fixup! github/lint-build-test: apply bbqsrc/cargo-ndk#22
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Jul 20, 2022
1 parent a196567 commit 2bc74b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ jobs:

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

0 comments on commit 2bc74b0

Please sign in to comment.