mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-14 20:13:56 +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'], {
|
await exec.getExecOutput(`${process.env.SCCACHE_PATH}`, ['--show-stats'], {
|
||||||
listeners: defaultListener
|
listeners: defaultListener
|
||||||
});
|
});
|
||||||
|
|
||||||
core.info(stdout.join(''));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
show_stats().catch(err => {
|
show_stats().catch(err => {
|
||||||
|
|||||||
Reference in New Issue
Block a user