From d478fe67303cc4c1afa8de12a2f33bec7f1d66c5 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Sun, 18 Jul 2021 19:17:46 +0700 Subject: [PATCH] =?UTF-8?q?Add=20a=20check=20for=20=E2=80=9CInstall=20gl4e?= =?UTF-8?q?s=E2=80=9D=20task?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 717993e82..dc4d9d0e4 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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 ..