mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-02-02 02:00:57 +00:00
Try to fix disasmtool build
This commit is contained in:
parent
079fbb8802
commit
4d077a75eb
5
.github/workflows/c-cpp.yml
vendored
5
.github/workflows/c-cpp.yml
vendored
@ -62,4 +62,7 @@ jobs:
|
|||||||
- name: Build bddisasm and bdshemu for Win32
|
- name: Build bddisasm and bdshemu for Win32
|
||||||
run: MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=Win32 bddisasm.sln
|
run: MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=Win32 bddisasm.sln
|
||||||
- name: Build disasmtool
|
- name: Build disasmtool
|
||||||
run: MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=x64 disasmtool\disasmtool.vcxproj
|
run: |
|
||||||
|
cd disasmtool
|
||||||
|
MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=x64 disasmtool.vcxproj
|
||||||
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user