Update ci.yml

pull/33/head
Anichitei Ionel-Cristinel 3 years ago committed by GitHub
parent 5c8d896b26
commit 974e7124f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,13 +50,12 @@ jobs:
mkdir build
cd build
cmake .. -DINCLUDE_TOOL=y -DCMAKE_INSTALL_PREFIX=/usr
make bddisasm bdshemu
make bddisasm bdshemu -j$(nproc)
cd -
- name: Build disasmtool_lix
run: |
cd build
make disasmtool
../../bin/x64/Release/disasmtool -h
make disasmtool -j$(nproc)
cd -
- name: Install setuptools
run: |

Loading…
Cancel
Save