Update android.yml

This commit is contained in:
ArtDev 2021-07-17 14:45:26 +03:00 committed by GitHub
parent edbdb8cf2c
commit 37cd45d3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ jobs:
id: gl4es-cache
with:
path: gl4es/libs
key: gl4es-android-shared-nogdb-${{ steps.gl4es-sha.outputs.sha }}
key: gl4es-android-shared-nogdb2-${{ steps.gl4es-sha.outputs.sha }}
- name: Get gl4es
if: steps.gl4es-cache.outputs.cache-hit != 'true'
@ -53,7 +53,7 @@ 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
find libs/ -type f -not -name "*.so" | xargs rm -f
- name: Install gl4es
run: |