Skip to content

Commit

Permalink
ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Aug 8, 2024
1 parent 63bd355 commit df9f928
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: android-actions/setup-android@v2

- name: Install Android NDK
run: sdkmanager --install "ndk;25.2.9519653"
run: sdkmanager --install "ndk;20.1.5948944"

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -93,6 +93,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
ndk: 20.1.5948944
target: google_apis
arch: ${{ matrix.emulator-arch }}
script: ./run_tests_on_emulator.sh

0 comments on commit df9f928

Please sign in to comment.