Add file dep

This commit is contained in:
dcvz 2024-06-03 17:23:17 +02:00
parent 89d1efa2c7
commit 48f42410c0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64
- name: Prepare Build
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 }}
unzip zre/files.zip > /dev/null 2>&1
- name: Run N64Recomp & RSPRecomp