From 03a9087b2d2a5ee760e300e0b28556a418a33209 Mon Sep 17 00:00:00 2001 From: sozud <122322823+sozud@users.noreply.github.com> Date: Sat, 10 Feb 2024 11:40:55 -0800 Subject: [PATCH] Try fixing function report for main --- .github/workflows/validate-and-report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/validate-and-report.yml b/.github/workflows/validate-and-report.yml index f0ecb7dd3..63e17953b 100644 --- a/.github/workflows/validate-and-report.yml +++ b/.github/workflows/validate-and-report.yml @@ -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