From c0e7a43db3d6966bf114c1388bcd6d2ad98a2e9c Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Fri, 31 Jul 2020 18:08:24 +0300 Subject: [PATCH] Disable disasmtool build I can't figure out why it can not find the dependency it needs --- .github/workflows/c-cpp.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 840097b..ce5b748 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -61,8 +61,3 @@ jobs: run: MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=x64 bddisasm.sln - name: Build bddisasm and bdshemu for Win32 run: MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=Win32 bddisasm.sln - - name: Build disasmtool - run: | - cd disasmtool - MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=x64 disasmtool.vcxproj - cd ..