Skip to content

Commit

Permalink
Merge pull request #59 from ngrok/fix-release-perform
Browse files Browse the repository at this point in the history
bump the android abi version for the C linker we're looking for when cross-compiling
  • Loading branch information
jrobsonchase committed Aug 19, 2024
2 parents 4cf0662 + b76f2c5 commit 33eaa83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-perform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
if [[ "$adjusted_target" == *"aarch64"* ]]; then
compiler="aarch64-linux-android21-clang"
else
compiler="armv7a-linux-androideabi19-clang"
compiler="armv7a-linux-androideabi21-clang"
fi
echo "CC_${adjusted_target}=${ndk_root}/${compiler}" >> $GITHUB_ENV
Expand Down

0 comments on commit 33eaa83

Please sign in to comment.