Try fixing function report for main

This commit is contained in:
sozud 2024-02-10 11:40:55 -08:00
parent f2a237dbe5
commit 03a9087b2d

View File

@ -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