Update android.yml

This commit is contained in:
Duy Tran Khanh 2021-01-25 18:13:10 +07:00 committed by GitHub
parent c5f6552e78
commit b570632124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,10 @@ jobs:
continue-on-error: true
run: |
cd gl4es
git pull https://github.com/ptitSeb/gl4es master
git remote add upstream https://github.com/ptitSeb/gl4es
git fetch upstream
git checkout master
git merge upstream/main || echo "Merge exit code $?"
ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk
cp -R libs/* ../PojavLauncher/app_pojavlauncher/src/main/jniLibs/