Skip to content

Commit 29a9fb0

Browse files
authored
Merge pull request #81745 from compnerd/summary
utils: fix summary emission with caching
2 parents f5fa481 + 548bff6 commit 29a9fb0

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)