1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-24 00:18:18 +00:00

Update ci.yml

This commit is contained in:
Anichitei Ionel-Cristinel 2024-09-17 15:23:04 +03:00 committed by GitHub
parent 1312f0726d
commit 10224d00b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ jobs:
if: ${{ matrix.preset == 'release' }}
run: |
cd ./build/${{ matrix.preset }}
make install
sudo make install
cd -
- name: Build pybddisasm
if: ${{ matrix.preset == 'release' }}