mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
[gl4es] Swap repo
This commit is contained in:
parent
4224c44221
commit
55b8b4d7a3
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
if: steps.gl4es-cache.outputs.cache-hit != 'true'
|
if: steps.gl4es-cache.outputs.cache-hit != 'true'
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: 'PojavLauncherTeam/gl4es'
|
repository: 'ptitSeb/gl4es'
|
||||||
path: 'gl4es'
|
path: 'gl4es'
|
||||||
|
|
||||||
- name: Build gl4es
|
- name: Build gl4es
|
||||||
@ -47,7 +47,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
cd gl4es
|
cd gl4es
|
||||||
git remote add upstream https://github.com/ptitSeb/gl4es
|
git remote add upstream https://github.com/PojavLauncherTeam/gl4es
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
git checkout master
|
git checkout master
|
||||||
git merge upstream/master || echo "Merge exit code $?"
|
git merge upstream/master || echo "Merge exit code $?"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user