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 7f35415 commit a196567
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:
args: cargo-ndk

- name: patch bbqsrc/cargo-ndk#22
run: find $ANDROID_NDK_LATEST_HOME -name libunwind.a -execdir sh -c 'echo "INPUT(-lunwind)" > libgcc.a' \;
run: >
find /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 $ANDROID_NDK_LATEST_HOME -name libgcc.a -print -execdir cat {} \;
find /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 a196567

Please sign in to comment.