mirror of
https://github.com/actions/setup-python.git
synced 2025-07-19 05:38:27 +02:00
removed logs, added multiarch support for toolcache
This commit is contained in:
parent
401fc93a1b
commit
6767fd0bec
4 changed files with 55 additions and 35 deletions
|
@ -195,7 +195,6 @@ export function pypyVersionToSemantic(versionSpec: string) {
|
|||
}
|
||||
|
||||
export function isArchPresentForWindows(item: any) {
|
||||
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