mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-28 21:21:44 +00:00
Clone with PAT
This commit is contained in:
parent
f1b63e9225
commit
e170db3b5c
1 changed files with 2 additions and 6 deletions
8
.github/workflows/validate.yml
vendored
8
.github/workflows/validate.yml
vendored
|
|
@ -20,10 +20,6 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
repository: 'dcvz/zre'
|
|
||||||
token: ${{ secrets.PAT }}
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2
|
||||||
with:
|
with:
|
||||||
|
|
@ -59,8 +55,8 @@ jobs:
|
||||||
- name: Prepare Build
|
- name: Prepare Build
|
||||||
if: runner.os != 'Windows'
|
if: runner.os != 'Windows'
|
||||||
run: |-
|
run: |-
|
||||||
cd zre
|
git clone https://${{ secrets.PAT }}@github.com/dcvz/zre.git
|
||||||
./process.sh
|
./zre/process.sh
|
||||||
- name: Build N64Recomp & RSPRecomp
|
- name: Build N64Recomp & RSPRecomp
|
||||||
if: runner.os != 'Windows'
|
if: runner.os != 'Windows'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue