mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 08:05:34 -04:00
Change GL4ES repository
This commit is contained in:
parent
9b2a5a047a
commit
97b1da8679
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
- name: Get gl4es latest commit hash
|
||||
id: gl4es-sha
|
||||
run: echo "::set-output name=sha::$(echo $(git ls-remote https://github.com/PojavLauncherTeam/gl4es-114-extra refs/heads/master | grep -io '^\S*'))"
|
||||
run: echo "::set-output name=sha::$(echo $(git ls-remote https://github.com/PojavLauncherTeam/gl4es_extra_extra refs/heads/progressive_upstream_v2 | grep -io '^\S*'))"
|
||||
shell: bash
|
||||
|
||||
- name: Cache gl4es
|
||||
@ -41,7 +41,7 @@ jobs:
|
||||
if: steps.gl4es-cache.outputs.cache-hit != 'true'
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'PojavLauncherTeam/gl4es-114-extra'
|
||||
repository: 'PojavLauncherTeam/gl4es_extra_extra'
|
||||
path: 'gl4es'
|
||||
|
||||
- name: Build gl4es
|
||||
|
Loading…
x
Reference in New Issue
Block a user