Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Sep 12, 2023
1 parent 8d6754c commit 63498f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/setup/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async function setup() {

await exec(
`${sccacheHome}/sccache`,
['--show-stats', '--stats-format'],
['--show-stats', '--stats-format json'],
options
).catch(e => {
console.log(`exec error: ${e}`);
Expand Down

0 comments on commit 63498f0

Please sign in to comment.