Skip to content

Commit

Permalink
fix: bump android ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBeastLT committed Oct 25, 2024
1 parent 5eda198 commit f6d36bc
Show file tree
Hide file tree
Showing 5 changed files with 471 additions and 626 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[env]
NDK_VERSION = "27.2.12479018"
RANLIB = "$$ANDROID_HOME/ndk/$$NDK_VERSION/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ranlib"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# uses: android-actions/setup-android@v3
uses: android-actions/setup-android@v2
- name: Setup Android NDK
run: yes | sdkmanager "ndk;21.4.7075529" >/dev/null
run: yes | sdkmanager "ndk;27.2.12479018" >/dev/null

# use MSRV
- name: Set Rust version to MSRV 1.70
Expand Down
Loading

0 comments on commit f6d36bc

Please sign in to comment.