gl4es update: skip if fails

This commit is contained in:
Duy Tran Khanh 2022-01-19 05:44:10 +07:00 committed by GitHub
parent 8ede547b1a
commit 7f238a1890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ..