mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Set some Git configs
This commit is contained in:
parent
644dc17390
commit
dc91a76255
3
.github/workflows/android.yml
vendored
3
.github/workflows/android.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
id: gl4es-cache
|
id: gl4es-cache
|
||||||
with:
|
with:
|
||||||
path: gl4es/libs
|
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
|
- name: Get gl4es
|
||||||
if: steps.gl4es-cache.outputs.cache-hit != 'true'
|
if: steps.gl4es-cache.outputs.cache-hit != 'true'
|
||||||
@ -48,6 +48,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
cd gl4es
|
cd gl4es
|
||||||
|
git config --global user.name
|
||||||
git remote add upstream https://github.com/PojavLauncherTeam/gl4es
|
git remote add upstream https://github.com/PojavLauncherTeam/gl4es
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
git checkout master
|
git checkout master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user