Skip to content

Commit 548bff6

Browse files
committed
utils: fix summary emission with caching
This updates the SCCache invocation for the summary printing which needs to be adjusted for the use of the downloaded sccache.
1 parent a478db9 commit 548bff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ function Write-Summary {
539539

540540
if ($EnableCaching) {
541541
Write-Host "SCCache:" -ForegroundColor Green
542-
& sccache.exe --show-stats
542+
Invoke-Program (Get-SCCache).Path --show-stats
543543
}
544544

545545
$TotalTime = [TimeSpan]::Zero

0 commit comments

Comments
 (0)