From 4cbc4c4d0ce5fd39cd71e7ae1157c1897df27e13 Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Sat, 17 Jul 2021 14:33:18 +0300 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c598c22ec..bb30600b8 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -53,12 +53,12 @@ jobs: git checkout master git merge --allow-unrelated-histories upstream/master || echo "Merge exit code $?" $ANDROID_NDK_HOME/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk NDK_DEBUG=1 + find gl4es/libs/ -type f -not -name "*.so" | xargs rm -f - name: Install gl4es run: | cp -R gl4es/libs/* app_pojavlauncher/src/main/jniLibs/ - find app_pojavlauncher/src/main/jniLibs/ -type f -not -name "*.so" | xargs rm -f - + - name: Get JRE8 uses: dawidd6/action-download-artifact@v2 with: