We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1167a commit d0b9f27Copy full SHA for d0b9f27
.ci/docker/common/install_android.sh
@@ -87,7 +87,7 @@ else
87
exec /opt/ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/.$1 "\$@"
88
fi
89
EOF
90
- chmod a+x "/opt/toolchains/llvm/prebuilt/linux-x86_64/bin/${BINARY}"
+ chmod a+x "/opt/ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/${BINARY}"
91
}
92
93
install_prerequiresites
0 commit comments