Skip to content

Commit

Permalink
checking workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
priyagupta108 committed Dec 11, 2023
1 parent 4d6c8fc commit 6c17593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/setup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93461,6 +93461,7 @@ exports.PLATFORM = (() => {
return 'linux';
return 'mac';
})();
//


/***/ }),
Expand Down
1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ export const PLATFORM = ((): 'windows' | 'linux' | 'mac' => {
if (process.platform === 'linux') return 'linux';
return 'mac';
})();
//

0 comments on commit 6c17593

Please sign in to comment.