mirror of
https://github.com/actions/setup-python.git
synced 2025-07-02 07:33:47 +00:00
Remove IS_MACOS variable
This commit is contained in:
parent
63cdca158a
commit
94907dc416
2 changed files with 0 additions and 2 deletions
|
@ -10,7 +10,6 @@ const MANIFEST_REPO_NAME = 'python-versions';
|
|||
export const MANIFEST_URL = `https://raw.githubusercontent.com/${MANIFEST_REPO_OWNER}/${MANIFEST_REPO_NAME}/master/versions-manifest.json`;
|
||||
|
||||
const IS_WINDOWS = process.platform === 'win32';
|
||||
const IS_MACOS = process.platform === 'darwin';
|
||||
|
||||
export async function findReleaseFromManifest(
|
||||
semanticVersionSpec: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue