mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-12-23 06:28:13 +00:00
Install setuptools before building pydis
This commit is contained in:
parent
374dd532e6
commit
1184a314a1
5
.github/workflows/c-cpp.yml
vendored
5
.github/workflows/c-cpp.yml
vendored
@ -39,9 +39,12 @@ jobs:
|
|||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
cd ..
|
cd ..
|
||||||
cd ..
|
cd ..
|
||||||
|
- name: Install setuptools
|
||||||
|
run: |
|
||||||
|
python3 -m pip install --upgrade pip
|
||||||
|
python3 -m pip install setuptools
|
||||||
- name: Build pydis
|
- name: Build pydis
|
||||||
run: |
|
run: |
|
||||||
cd pydis
|
cd pydis
|
||||||
python3 setup.py build
|
python3 setup.py build
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user