Try fixing dups report

This commit is contained in:
sozud 2024-10-02 20:08:57 -07:00
parent b6152f5ac8
commit 98f63b3e25

View File

@ -203,8 +203,8 @@ jobs:
mv function_graphs.md gh-duplicates
- name: Generate duplicates report
run: |
make force_symbols
make force_extract
make clean
make -j extract
cd tools/dups
cargo run --release -- --threshold .90 --output-file ../../gh-duplicates/duplicates.txt
- name: Commit all reports