mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 19:33:29 +00:00
Remove IS_MACOS variable
This commit is contained in:
parent
63cdca158a
commit
94907dc416
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -2601,7 +2601,6 @@ const MANIFEST_REPO_OWNER = 'actions';
|
||||
const MANIFEST_REPO_NAME = 'python-versions';
|
||||
exports.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';
|
||||
function findReleaseFromManifest(semanticVersionSpec, architecture) {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
const manifest = yield tc.getManifestFromRepo(MANIFEST_REPO_OWNER, MANIFEST_REPO_NAME, AUTH_TOKEN);
|
||||
|
@ -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…
Reference in New Issue
Block a user