diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 9ec5565..acc5eca 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -62,4 +62,4 @@ jobs: - name: Build bddisasm and bdshemu for Win32 run: MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=Win32 bddisasm.sln - name: Build disasmtool - run: MSBuild /t:Build /p:Configuration=Release /p:Platform=x64 disasmtool\disasmtool.vcxproj + run: MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=x64 disasmtool\disasmtool.vcxproj