Skip to content

Commit ca34d71

Browse files
committed
fix(ci): bump android_ndk_installer
1 parent 3f7fbfc commit ca34d71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-ci.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ def get_android_bin_path() -> Path:
5757
tankerci.run(
5858
"conan",
5959
"install",
60-
"android_ndk_installer/r21d@",
60+
"android_ndk_installer/r22b@",
6161
"--profile",
6262
"android-armv7-release",
6363
)
6464
_, out = tankerci.run_captured(
6565
"conan",
6666
"info",
67-
"android_ndk_installer/r21d@",
67+
"android_ndk_installer/r22b@",
6868
"--profile",
6969
"android-armv7-release",
7070
"--json",

0 commit comments

Comments
 (0)