mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Build VGPU from local fork
This commit is contained in:
parent
fd49d5e534
commit
6bc30069dc
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get vgpu latest commit hash
|
- name: Get vgpu latest commit hash
|
||||||
id: vgpu-sha
|
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
|
shell: bash
|
||||||
|
|
||||||
- name: Cache vgpu
|
- name: Cache vgpu
|
||||||
@ -81,7 +81,7 @@ jobs:
|
|||||||
if: steps.vgpu-cache.outputs.cache-hit != 'true'
|
if: steps.vgpu-cache.outputs.cache-hit != 'true'
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: 'luo9674/VGPU'
|
repository: 'PojavLauncherTeam/VGPU'
|
||||||
path: 'vgpu'
|
path: 'vgpu'
|
||||||
|
|
||||||
- name: Build vgpu
|
- name: Build vgpu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user