mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 09:07:48 -04:00
Update android.yml
This commit is contained in:
parent
c5f6552e78
commit
b570632124
5
.github/workflows/android.yml
vendored
5
.github/workflows/android.yml
vendored
@ -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/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user