Revert "Try fixing dups report"

This reverts commit ea8cb184ad.
This commit is contained in:
sozud 2024-09-28 23:01:07 -07:00
parent ea8cb184ad
commit d880b77db6

View File

@ -204,6 +204,7 @@ jobs:
- name: Generate duplicates report
run: |
make force_symbols
make force_extract
cd tools/dups
cargo run --release -- --threshold .90 --output-file ../../gh-duplicates/duplicates.txt
- name: Commit all reports