mirror of
https://github.com/zeldaret/ph
synced 2026-06-10 20:58:33 -04:00
ci: Provide path to extract directory
This commit is contained in:
@@ -2,6 +2,8 @@ name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
@@ -20,7 +22,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
python tools/configure.py ${{ matrix.version }} -w wibo --compiler /mwccarm
|
||||
python tools/configure.py ${{ matrix.version }} -w wibo --compiler /mwccarm --extract /extract
|
||||
ninja arm9 report check
|
||||
|
||||
- name: Upload report
|
||||
|
||||
Reference in New Issue
Block a user