mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2024-11-23 13:09:44 +00:00
Try fixing function report for main
This commit is contained in:
parent
f2a237dbe5
commit
03a9087b2d
1
.github/workflows/validate-and-report.yml
vendored
1
.github/workflows/validate-and-report.yml
vendored
@ -191,6 +191,7 @@ jobs:
|
||||
- name: Generate function report
|
||||
run: |
|
||||
git checkout config/
|
||||
rm -rf build/us/main.ld
|
||||
make -j extract
|
||||
python3 tools/function_finder/function_finder_psx.py --use-call-trees > gh-duplicates/functions.md
|
||||
rm -rf gh-duplicates/function_calls/ || true
|
||||
|
Loading…
Reference in New Issue
Block a user