From 4e6fd0b7a0de8aa4e88ecb68ec8493b27ac1b6f5 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Wed, 11 Jan 2023 11:10:22 +0800 Subject: [PATCH] Try again Signed-off-by: Xuanwo --- src/show_stats.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/show_stats.ts b/src/show_stats.ts index 01ef3f4..3c53744 100644 --- a/src/show_stats.ts +++ b/src/show_stats.ts @@ -16,7 +16,8 @@ import * as core from '@actions/core'; import {exec} from 'child_process'; async function show_stats() { - // Start hdfs daemon. + core.debug('start sccache show starts'); + exec( `${process.env.SCCACHE_PATH} --show-stats`, (err: any, stdout: any, stderr: any) => {