mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 09:07:48 -04:00
gl4es update: skip if fails
This commit is contained in:
parent
8ede547b1a
commit
7f238a1890
1
.github/workflows/android.yml
vendored
1
.github/workflows/android.yml
vendored
@ -60,6 +60,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install gl4es
|
- name: Install gl4es
|
||||||
if: github.ref == 'refs/heads/v3_openjdk' && steps.gl4es-cache.outputs.cache-hit != 'true'
|
if: github.ref == 'refs/heads/v3_openjdk' && steps.gl4es-cache.outputs.cache-hit != 'true'
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
cp -R gl4es/libs/* app_pojavlauncher/src/main/jniLibs/
|
cp -R gl4es/libs/* app_pojavlauncher/src/main/jniLibs/
|
||||||
mv gl4es ..
|
mv gl4es ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user