mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Fix build script to remove only non-.so files from gl4es folder
This commit is contained in:
parent
3748fea197
commit
6680d57b10
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
- name: Install gl4es
|
||||
run: |
|
||||
cp -R gl4es/libs/* app_pojavlauncher/src/main/jniLibs/
|
||||
find app_pojavlauncher/src/main/jniLibs/ -type f -o -name "*.so" | xargs rm -f
|
||||
find app_pojavlauncher/src/main/jniLibs/ -type f -not -name "*.so" | xargs rm -f
|
||||
|
||||
- name: Get JRE8
|
||||
uses: dawidd6/action-download-artifact@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user