mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-14 20:13:56 +00:00
+2
-1
@@ -16,7 +16,8 @@ import * as core from '@actions/core';
|
|||||||
import {exec} from 'child_process';
|
import {exec} from 'child_process';
|
||||||
|
|
||||||
async function show_stats() {
|
async function show_stats() {
|
||||||
// Start hdfs daemon.
|
core.debug('start sccache show starts');
|
||||||
|
|
||||||
exec(
|
exec(
|
||||||
`${process.env.SCCACHE_PATH} --show-stats`,
|
`${process.env.SCCACHE_PATH} --show-stats`,
|
||||||
(err: any, stdout: any, stderr: any) => {
|
(err: any, stdout: any, stderr: any) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user