diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2021-03-17 21:42:04 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2021-03-22 14:09:29 +0000 |
| commit | fcb0c229f7ee7fdd75c6a7ae80eb0cd8b24560ea (patch) | |
| tree | ff9c6f487a97c40534a872cde80687e6834f1081 /.github/workflows | |
| parent | 934fd8ad66394a2181ca9170c7c1cc5aea417225 (diff) | |
| download | mullvadvpn-fcb0c229f7ee7fdd75c6a7ae80eb0cd8b24560ea.tar.xz mullvadvpn-fcb0c229f7ee7fdd75c6a7ae80eb0cd8b24560ea.zip | |
Define `NDK_TOOLCHAIN_DIR` for CI builds
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/android-app.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index f87b518774..222ac752fa 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -66,6 +66,7 @@ jobs: # Build APK - env: RUSTFLAGS: --deny warnings + NDK_TOOLCHAIN_DIR: ${{ steps.install-android-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/linux-x86_64/bin AR_aarch64_linux_android: ${{ steps.install-android-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar CC_aarch64_linux_android: ${{ steps.install-android-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang ARCHITECTURES: arm64 |
