mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-03-09 17:47:21 +00:00
Try to build pydis
This commit is contained in:
parent
15629ff302
commit
374dd532e6
5
.github/workflows/c-cpp.yml
vendored
5
.github/workflows/c-cpp.yml
vendored
@ -39,4 +39,9 @@ jobs:
|
|||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
cd ..
|
cd ..
|
||||||
cd ..
|
cd ..
|
||||||
|
- name: Build pydis
|
||||||
|
run: |
|
||||||
|
cd pydis
|
||||||
|
python3 setup.py build
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user