Skip to content

Commit 7e9416f

Browse files
committed
Use /v:normal
1 parent d1fda97 commit 7e9416f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rpcs3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
291291
- name: Compile RPCS3
292292
shell: pwsh
293-
run: msbuild rpcs3.sln /p:Configuration=Release /v:minimal /clp:"ShowTimestamp;PerformanceSummary" /p:Platform=x64 /p:PreferredToolArchitecture=x64 /p:CLToolPath=${{ env.CCACHE_BIN_DIR }} /p:UseMultiToolTask=true /p:CustomAfterMicrosoftCommonTargets="${{ github.workspace }}\buildfiles\msvc\ci_only.targets"
293+
run: msbuild rpcs3.sln /p:Configuration=Release /v:normal /clp:"ShowTimestamp;PerformanceSummary" /p:Platform=x64 /p:PreferredToolArchitecture=x64 /p:CLToolPath=${{ env.CCACHE_BIN_DIR }} /p:UseMultiToolTask=true /p:CustomAfterMicrosoftCommonTargets="${{ github.workspace }}\buildfiles\msvc\ci_only.targets"
294294

295295
- name: Show ccache stats
296296
if: always()

0 commit comments

Comments
 (0)