mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-07 20:04:02 +00:00
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user