mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 07:39:00 -04:00
Update android.yml
This commit is contained in:
parent
61a3c50bf4
commit
2446a4d52b
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@ -55,7 +55,9 @@ jobs:
|
|||||||
$ANDROID_NDK_HOME/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk NDK_DEBUG=1
|
$ANDROID_NDK_HOME/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk NDK_DEBUG=1
|
||||||
|
|
||||||
- name: Install gl4es
|
- name: Install gl4es
|
||||||
run: cp -R gl4es/libs/* app_pojavlauncher/src/main/jniLibs/
|
run: |
|
||||||
|
cp -R gl4es/libs/* app_pojavlauncher/src/main/jniLibs/
|
||||||
|
find . -type f -o -name "*.so" | xargs rm -f
|
||||||
|
|
||||||
- name: Get JRE8
|
- name: Get JRE8
|
||||||
uses: dawidd6/action-download-artifact@v2
|
uses: dawidd6/action-download-artifact@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user