Skip to content

Commit

Permalink
Add Android NDK linker
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlAmko committed Jul 28, 2023
1 parent 339bbc9 commit f8c6d6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-perform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,12 @@ jobs:
if: matrix.config.android
uses: nttld/setup-ndk@v1
with:
ndk-version: r25b
ndk-version: r25c
local-cache: true
- name: Link Android
if: matrix.config.android
run: |
echo "CC=${HOME}/android/sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-clang" >> $GITHUB_ENV
- name: Setup Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit f8c6d6f

Please sign in to comment.