mirror of
https://github.com/actions/setup-python.git
synced 2025-07-05 00:53:46 +00:00
test
This commit is contained in:
parent
cc3f7d530b
commit
99e5bb374b
3 changed files with 42 additions and 9 deletions
|
@ -195,7 +195,7 @@ export function pypyVersionToSemantic(versionSpec: string) {
|
|||
}
|
||||
|
||||
export function isArchPresentForWindows(item: any) {
|
||||
core.info(item);
|
||||
core.info(JSON.stringify(item));
|
||||
return item.files.some(
|
||||
(file: any) =>
|
||||
WINDOWS_ARCHS.includes(file.arch) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue