Skip to content

Commit

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ async function setup() {
console.log(myError);
});
let json = JSON.parse(myOutput);

Check failure on line 124 in src/setup.ts

View workflow job for this annotation

GitHub Actions / build

'json' is never reassigned. Use 'const' instead
console.log(json.cache_location);
console.log(json.cache_location.split(':')[1].trim());
console.log(`\n${json.cache_location}`);
console.log(`${json.cache_location.split(':')[1].trim()}`);

core.exportVariable('SCCACHE_CACHE_DIR', `/home/runner/.cache/sccache`);

Expand Down

0 comments on commit d255ee6

Please sign in to comment.