Skip to content

Commit

Permalink
CI: Use a specific ndk version and install if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-signal committed Aug 26, 2024
1 parent d618289 commit 08f4320
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install NDK
run: echo "y" | ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --install "ndk;${{ env.NDK_VERSION }}"

- run: rustup toolchain install $(cat rust-toolchain) --profile minimal --target aarch64-linux-android,armv7-linux-androideabi,x86_64-linux-android,i686-linux-android

- name: Install protoc
Expand Down

0 comments on commit 08f4320

Please sign in to comment.