Skip to content

Commit 528f7d6

Browse files
committed
Merge branch 'jul/build_ios' into 'master'
fix(ci): bump android_ndk_installer See merge request TankerHQ/sdk-rust!31
2 parents 3f7fbfc + ca34d71 commit 528f7d6

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)