Skip to content

Commit

Permalink
Add all the required decomp python modules to the progress workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GRAnimated committed Sep 2, 2024
1 parent 212d49f commit b0015b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-progress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: '3.x'

- name: Install dependencies
run: pip install colorama gitpython
run: pip install capstone colorama cxxfilt pyelftools ansiwrap watchdog python-Levenshtein toml gitpython

- name: Generate progress CSV
run: python tools/common/progress.py -c >> progress.csv
Expand Down

0 comments on commit b0015b5

Please sign in to comment.