mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-23 03:42:48 +00:00
refactor: consolidate CI pipeline, remove third-party deps
This commit is contained in:
parent
e6ea0484a8
commit
3453f89d9d
34 changed files with 206 additions and 2091 deletions
|
|
@ -87,7 +87,7 @@ def deduplicate(bios_dir: str, dry_run: bool = False) -> dict:
|
|||
if len(paths) <= 1:
|
||||
continue
|
||||
|
||||
paths.sort(key=path_priority)
|
||||
paths.sort(key=path_priority)
|
||||
canonical = paths[0]
|
||||
duplicates = paths[1:]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue