GHActions: Check msbuild compile succeeds

This commit is contained in:
TheLastRar
2026-04-18 01:12:33 +01:00
committed by TellowKrinkle
parent 6f1f4e81d0
commit bda58fb0c1
+1 -1
View File
@@ -150,7 +150,7 @@ jobs:
cmake --build build --config Release || exit /b
cmake --install build --config Release || exit /b
) else (
msbuild "PCSX2_qt.sln" /m /v:m /p:Configuration="${{ inputs.configuration }}" /p:Platform="${{ inputs.platform }}"
msbuild "PCSX2_qt.sln" /m /v:m /p:Configuration="${{ inputs.configuration }}" /p:Platform="${{ inputs.platform }}" || exit /b
)
REM We can use Segoe UI Emoji so we don't need to bundle this
del bin\resources\fonts\Twemoji*