Skip to content

Commit 33eaa83

Browse files
authored
Merge pull request ngrok#59 from ngrok/fix-release-perform
bump the android abi version for the C linker we're looking for when cross-compiling
2 parents 4cf0662 + b76f2c5 commit 33eaa83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-perform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
if [[ "$adjusted_target" == *"aarch64"* ]]; then
8989
compiler="aarch64-linux-android21-clang"
9090
else
91-
compiler="armv7a-linux-androideabi19-clang"
91+
compiler="armv7a-linux-androideabi21-clang"
9292
fi
9393
9494
echo "CC_${adjusted_target}=${ndk_root}/${compiler}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)