mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2026-08-25 04:15:05 -06:00
Update android.yml
This commit is contained in:
parent
8a4d7049c5
commit
4cbc4c4d0c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue