From 97b1da8679d06c265c54b480dd97bd7e738d52f0 Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Tue, 4 Apr 2023 18:45:19 +0300 Subject: [PATCH] Change GL4ES repository --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 2b96a14d9..35b6ae591 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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