mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-28 13:11:58 +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
|
||||
with:
|
||||
submodules: true
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: 'dcvz/zre'
|
||||
token: ${{ secrets.PAT }}
|
||||
- name: ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
with:
|
||||
|
|
@ -59,8 +55,8 @@ jobs:
|
|||
- name: Prepare Build
|
||||
if: runner.os != 'Windows'
|
||||
run: |-
|
||||
cd zre
|
||||
./process.sh
|
||||
git clone https://${{ secrets.PAT }}@github.com/dcvz/zre.git
|
||||
./zre/process.sh
|
||||
- name: Build N64Recomp & RSPRecomp
|
||||
if: runner.os != 'Windows'
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue