Skip to content

Commit

Permalink
unset ANDROID_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Aug 17, 2022
1 parent 6af0713 commit 57f7f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jobs:
uses: actions-rs/cargo@v1
env:
ANDROID_SDK_HOME: ${{ env.ANDROID_SDK_ROOT }}
ANDROID_HOME:
with:
command: ndk
args: --android-platform ${{ steps.config.outputs.android-api }} --target ${{ matrix.target }} -- build ${{ steps.config.outputs.cargo-args }} --features generate-bindings
Expand Down

0 comments on commit 57f7f0c

Please sign in to comment.