Skip to content

Commit

Permalink
Use ghidra_ns_to_obj.csv in ghidra objs cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla committed Dec 1, 2024
1 parent 54d0ded commit f51afbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
id: ghidra-obj-cache
with:
path: build/objdiff/orig
key: ghidra-objs-${{ hashFiles('config/mapping.csv') }}
key: ghidra-objs-${{ hashFiles('config/mapping.csv', 'config/ghidra_ns_to_obj.csv') }}
- name: Generate objs using ghidra-delinker
if: steps.ghidra-obj-cache.outputs.cache-hit != 'true'
run: python scripts/export_ghidra_objs.py --import-csv
Expand Down

0 comments on commit f51afbb

Please sign in to comment.