Co-authored-by: George Hotz <72895+geohot@users.noreply.github.com>
This commit is contained in:
uuuvn
2025-01-03 18:12:55 +02:00
committed by GitHub
parent 12fa4340b3
commit 5ffc50d58c
8 changed files with 99 additions and 22 deletions

View File

@@ -27,6 +27,8 @@ jobs:
python-version: 3.12
- name: Install docs dependencies (no cache)
run: pip install -e '.[docs]'
- name: Install capstone for CLANG disassembly
run: pip install capstone
- name: Use as an external package
run: |
mkdir $HOME/test_external_dir