mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-15 11:00:09 -07:00
Set some Git configs
This commit is contained in:
parent
644dc17390
commit
dc91a76255
1 changed files with 2 additions and 1 deletions
3
.github/workflows/android.yml
vendored
3
.github/workflows/android.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue