Add file dep
This commit is contained in:
parent
89d1efa2c7
commit
48f42410c0
|
@ -29,7 +29,7 @@ jobs:
|
||||||
key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64
|
key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64
|
||||||
- name: Prepare Build
|
- name: Prepare Build
|
||||||
run: |-
|
run: |-
|
||||||
apt-get install -y unzip llvm-17 llvm-17-tools lld-17 curl
|
apt-get install -y unzip llvm-17 llvm-17-tools lld-17 curl file
|
||||||
git clone ${{ secrets.ZRE_REPO_WITH_PAT }}
|
git clone ${{ secrets.ZRE_REPO_WITH_PAT }}
|
||||||
unzip zre/files.zip > /dev/null 2>&1
|
unzip zre/files.zip > /dev/null 2>&1
|
||||||
- name: Run N64Recomp & RSPRecomp
|
- name: Run N64Recomp & RSPRecomp
|
||||||
|
|
Loading…
Reference in New Issue