mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-14 20:13:56 +00:00
+1
-1
@@ -26,7 +26,7 @@ async function show_stats() {
|
|||||||
|
|
||||||
const stdout: string[] = [];
|
const stdout: string[] = [];
|
||||||
|
|
||||||
await exec.exec(`${process.env.SCCACHE_PATH}`, ['--show-stats'], {
|
await exec.getExecOutput(`${process.env.SCCACHE_PATH}`, ['--show-stats'], {
|
||||||
listeners: defaultListener
|
listeners: defaultListener
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user