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
63259a14e3
commit
65839cc499
3 changed files with 3 additions and 5 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
@ -2931,6 +2931,7 @@ function pypyVersionToSemantic(versionSpec) {
|
|||
}
|
||||
exports.pypyVersionToSemantic = pypyVersionToSemantic;
|
||||
function isArchPresentForWindows(item) {
|
||||
core.info(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