We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cf0662 + b76f2c5 commit 33eaa83Copy full SHA for 33eaa83
.github/workflows/release-perform.yml
@@ -88,7 +88,7 @@ jobs:
88
if [[ "$adjusted_target" == *"aarch64"* ]]; then
89
compiler="aarch64-linux-android21-clang"
90
else
91
- compiler="armv7a-linux-androideabi19-clang"
+ compiler="armv7a-linux-androideabi21-clang"
92
fi
93
94
echo "CC_${adjusted_target}=${ndk_root}/${compiler}" >> $GITHUB_ENV
0 commit comments