mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2024-11-23 13:09:44 +00:00
Fix CI progress report for pspeu
This commit is contained in:
parent
791e321b43
commit
2422bb9fc2
5
.github/workflows/validate-and-report.yml
vendored
5
.github/workflows/validate-and-report.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user