Fix of GitHub Actions build

This commit is contained in:
Dmitriy Karpushin 2023-01-17 15:32:06 +03:00
parent c3f423aad5
commit c3c87bff74
4 changed files with 13 additions and 5 deletions

View file

@ -296,6 +296,7 @@ jobs:
export ANDROID_NDK_PLATFORM=android-23
export ANDROID_NDK_HOME=${{ runner.temp }}/android-ndk-r${NDK_VERSION}
export ANDROID_NDK_ROOT=$ANDROID_NDK_HOME
export ANDROID_CURRENT_ARCH=${{ matrix.arch }}
if [ ! -f $ANDROID_NDK_ROOT/ndk-build ]; then
wget https://dl.google.com/android/repository/android-ndk-r${NDK_VERSION}-linux.zip -qO ${{ runner.temp }}/ndk.zip &&