From 6bc30069dc4e565459a0522fac2111a2c1534cb5 Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Sat, 21 Aug 2021 20:06:15 +0300 Subject: [PATCH] Build VGPU from local fork --- .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 5c646babe..8658f4a35 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -67,7 +67,7 @@ jobs: - name: Get vgpu latest commit hash id: vgpu-sha - run: echo "::set-output name=sha::$(echo $(git ls-remote https://github.com/luo9674/VGPU refs/heads/main | grep -io '^\S*'))" + run: echo "::set-output name=sha::$(echo $(git ls-remote https://github.com/PojavLauncherTeam/VGPU refs/heads/main | grep -io '^\S*'))" shell: bash - name: Cache vgpu @@ -81,7 +81,7 @@ jobs: if: steps.vgpu-cache.outputs.cache-hit != 'true' uses: actions/checkout@v2 with: - repository: 'luo9674/VGPU' + repository: 'PojavLauncherTeam/VGPU' path: 'vgpu' - name: Build vgpu