Try again

Signed-off-by: Xuanwo <github@xuanwo.io>
This commit is contained in:
Xuanwo
2023-01-11 11:10:22 +08:00
parent acc1cf394c
commit 4e6fd0b7a0

View File

@@ -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) => {