Add a check for “Install gl4es” task

This commit is contained in:
Duy Tran Khanh 2021-07-18 19:17:46 +07:00 committed by GitHub
parent 93f6c685c7
commit d478fe6730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@ jobs:
$ANDROID_NDK_HOME/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk
- name: Install gl4es
if: steps.gl4es-cache.outputs.cache-hit != 'true'
run: |
cp -R gl4es/libs/* app_pojavlauncher/src/main/jniLibs/
mv gl4es ..