Update android.yml

This commit is contained in:
ArtDev 2021-07-16 19:31:38 +03:00 committed by GitHub
parent 61a3c50bf4
commit 2446a4d52b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,9 @@ jobs:
$ANDROID_NDK_HOME/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk NDK_DEBUG=1
- 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
uses: dawidd6/action-download-artifact@v2