Skip to content

Commit

Permalink
chore: Fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Sep 6, 2022
1 parent 95119be commit f59d44e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
- host: ubuntu-latest
target: aarch64-linux-android
build: |
export CARGO_PROFILE_RELEASE_LTO=false
export CLANG_VERSION=`ls ${ANDROID_NDK_LATEST_HOME}/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang | sed 's/ *$//g'`
export CARGO_TARGET_AARCH64_LINUX_ANDROID_LINKER="${ANDROID_NDK_LATEST_HOME}/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android24-clang"
export CC="${ANDROID_NDK_LATEST_HOME}/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android24-clang"
Expand Down

0 comments on commit f59d44e

Please sign in to comment.