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