Skip to content

Commit 5ec3b3a

Browse files
committed
maint: Update run-ci to use Android NDK r25c
1 parent b427ded commit 5ec3b3a

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
@@ -74,7 +74,7 @@ def get_android_bin_path() -> Path:
7474
tankerci.run(
7575
"conan",
7676
"install",
77-
"android-ndk/r22b@",
77+
"android-ndk/r25c@",
7878
"--profile:host",
7979
"linux-x86_64",
8080
"--profile:build",
@@ -83,7 +83,7 @@ def get_android_bin_path() -> Path:
8383
_, out = tankerci.run_captured(
8484
"conan",
8585
"info",
86-
"android-ndk/r22b@",
86+
"android-ndk/r25c@",
8787
"--profile",
8888
"linux-x86_64",
8989
"--profile:build",

0 commit comments

Comments
 (0)