mirror of
https://github.com/actions/setup-python.git
synced 2025-07-02 23:53:47 +00:00
test
This commit is contained in:
parent
cc3f7d530b
commit
99e5bb374b
3 changed files with 42 additions and 9 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -2931,7 +2931,7 @@ function pypyVersionToSemantic(versionSpec) {
|
|||
}
|
||||
exports.pypyVersionToSemantic = pypyVersionToSemantic;
|
||||
function isArchPresentForWindows(item) {
|
||||
core.info(item);
|
||||
core.info(JSON.stringify(item));
|
||||
return item.files.some((file) => utils_1.WINDOWS_ARCHS.includes(file.arch) &&
|
||||
utils_1.WINDOWS_PLATFORMS.includes(file.platform));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue