mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 23:00:45 -04:00
Add a check for “Install gl4es” task
This commit is contained in:
parent
93f6c685c7
commit
d478fe6730
1
.github/workflows/android.yml
vendored
1
.github/workflows/android.yml
vendored
@ -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 ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user