Signed-off-by: Xuanwo <github@xuanwo.io>
This commit is contained in:
Xuanwo
2023-01-11 11:43:50 +08:00
parent 91629f39c8
commit c94e27bef2
2 changed files with 1 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
-2
View File
@@ -29,8 +29,6 @@ async function show_stats() {
await exec.getExecOutput(`${process.env.SCCACHE_PATH}`, ['--show-stats'], {
listeners: defaultListener
});
core.info(stdout.join(''));
}
show_stats().catch(err => {