We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69bd6b commit b76f2c5Copy full SHA for b76f2c5
.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