Skip to content

Commit 61e13d9

Browse files
committed
try: gnu toolchain for x86_64 android ndk
1 parent 7dded2d commit 61e13d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
ndk_arch: arm-unknown-linux-musleabihf
6161
- os: ubuntu-latest
6262
target: x86_64-linux-android
63-
ndk_arch: x86_64-unknown-linux-musl
63+
ndk_arch: x86_64-unknown-linux-gnu
6464

6565
name: Build (${{ matrix.target }})
6666
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)