mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-19 00:56:57 -04:00
[Test] Push latest prebuilt gl4es 1.1.5 to repo
This commit is contained in:
8
.github/workflows/android.yml
vendored
8
.github/workflows/android.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
id: gl4es-cache
|
||||
with:
|
||||
path: gl4es/libs
|
||||
key: gl4es-android-shared-nodbg-attempt2-${{ steps.gl4es-sha.outputs.sha }}
|
||||
key: gl4es-android-shared-nodbg-test1-${{ steps.gl4es-sha.outputs.sha }}
|
||||
|
||||
- name: Get gl4es
|
||||
if: steps.gl4es-cache.outputs.cache-hit != 'true'
|
||||
@@ -59,7 +59,11 @@ jobs:
|
||||
- name: Install gl4es
|
||||
run: |
|
||||
cp -R gl4es/libs/* app_pojavlauncher/src/main/jniLibs/
|
||||
|
||||
mv gl4es ..
|
||||
git add .
|
||||
git commit -am "CI: Update gl4es"
|
||||
git push
|
||||
|
||||
- name: Get JRE8
|
||||
uses: dawidd6/action-download-artifact@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user