mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-11 01:25:20 +02:00
Add LIBCLANG_PATH to build workflow (#902)
This commit is contained in:
@@ -276,6 +276,8 @@ jobs:
|
||||
cargo install cargo-apk cargo-ndk
|
||||
source <(cargo ndk-env --target ${{ matrix.target }})
|
||||
cargo apk build --target ${{ matrix.target }} --lib
|
||||
env:
|
||||
LIBCLANG_PATH: ${{ env.ANDROID_HOME }}/ndk/${{ matrix.ndk-version }}/toolchains/llvm/prebuilt/linux-x86_64/musl/lib
|
||||
|
||||
collect-artifacts:
|
||||
name: Collect release artifacts
|
||||
|
||||
Reference in New Issue
Block a user