mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 00:29:50 -04:00
Change paths 2
This commit is contained in:
parent
4795bfd47f
commit
6c94eb1b89
5
.github/workflows/android.yml
vendored
5
.github/workflows/android.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
id: gl4es-cache
|
id: gl4es-cache
|
||||||
with:
|
with:
|
||||||
path: gl4es/libs
|
path: libs
|
||||||
key: gl4es-holy-android-shared-${{ steps.gl4es-sha.outputs.sha }}
|
key: gl4es-holy-android-shared-${{ steps.gl4es-sha.outputs.sha }}
|
||||||
|
|
||||||
- name: Get gl4es
|
- name: Get gl4es
|
||||||
@ -51,8 +51,7 @@ jobs:
|
|||||||
git config --global user.email "github-actions@users.noreply.github.com"
|
git config --global user.email "github-actions@users.noreply.github.com"
|
||||||
git config --global user.name "github-actions"
|
git config --global user.name "github-actions"
|
||||||
$ANDROID_NDK_HOME/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk
|
$ANDROID_NDK_HOME/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk
|
||||||
cp -R gl4es-114-extra/libs/* app_pojavlauncher/src/main/jniLibs/
|
cp -R libs/* ../app_pojavlauncher/src/main/jniLibs/
|
||||||
mv gl4es-114-extra ..
|
|
||||||
|
|
||||||
- name: Push gl4es
|
- name: Push gl4es
|
||||||
if: github.event != 'pull_request' && steps.gl4es-cache.outputs.cache-hit != 'true'
|
if: github.event != 'pull_request' && steps.gl4es-cache.outputs.cache-hit != 'true'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user