mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-02-16 16:32:00 +00:00
ci: Fix make install
path
This commit is contained in:
parent
1b46174e00
commit
1312f0726d
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -51,7 +51,10 @@ jobs:
|
|||||||
run: python3 ./tests/main.py --disasm ./build/${{ matrix.preset }}/disasmtool/disasmtool --conf ./bdshemu_test/conf-x86.json
|
run: python3 ./tests/main.py --disasm ./build/${{ matrix.preset }}/disasmtool/disasmtool --conf ./bdshemu_test/conf-x86.json
|
||||||
- name: Install
|
- name: Install
|
||||||
if: ${{ matrix.preset == 'release' }}
|
if: ${{ matrix.preset == 'release' }}
|
||||||
run: make -f ./build/${{ matrix.preset }} install
|
run: |
|
||||||
|
cd ./build/${{ matrix.preset }}
|
||||||
|
make install
|
||||||
|
cd -
|
||||||
- name: Build pybddisasm
|
- name: Build pybddisasm
|
||||||
if: ${{ matrix.preset == 'release' }}
|
if: ${{ matrix.preset == 'release' }}
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user