mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-14 20:13:56 +00:00
@@ -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