Fix CI progress report for pspeu

This commit is contained in:
Luciano Ciccariello 2024-04-21 02:29:16 +01:00 committed by GitHub
parent 791e321b43
commit 2422bb9fc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
name: Build PSX version
name: Build PSX and PSP version
on:
push:
@ -125,6 +125,9 @@ jobs:
run: cat dependencies/* | tar -zxf -
- name: Extract dependencies
run: make extract_disk
- name: Install PSP-specific dependencies
if: matrix.version == 'pspeu'
run: pip3 install -r tools/requirements-python.txt
- name: Split game data
run: make -j extract
- name: Obtain built binaries