Set some Git configs

This commit is contained in:
Duy Tran Khanh 2021-07-17 19:32:53 +07:00 committed by GitHub
parent 644dc17390
commit dc91a76255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ jobs:
id: gl4es-cache
with:
path: gl4es/libs
key: gl4es-android-shared-nodbg-${{ steps.gl4es-sha.outputs.sha }}
key: gl4es-android-shared-nodbg-attempt1-${{ steps.gl4es-sha.outputs.sha }}
- name: Get gl4es
if: steps.gl4es-cache.outputs.cache-hit != 'true'
@ -48,6 +48,7 @@ jobs:
continue-on-error: true
run: |
cd gl4es
git config --global user.name
git remote add upstream https://github.com/PojavLauncherTeam/gl4es
git fetch upstream
git checkout master