mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
Debug
This commit is contained in:
parent
69f5a56bfc
commit
ae017779cb
2 changed files with 2 additions and 2 deletions
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
|
@ -66569,7 +66569,7 @@ function isArchPresentForWindows(item, architecture) {
|
||||||
if (architecture === 'x32') {
|
if (architecture === 'x32') {
|
||||||
architecture = 'x86';
|
architecture = 'x86';
|
||||||
}
|
}
|
||||||
core.info(`DEBUG: pypy: ${item.pypy_version}, python: ${item.python_version}`);
|
core.info(`DEBUG: pypy: ${item.pypy_version}, python: ${item.python_version}, architecture: ${architecture}`);
|
||||||
const result = item.files.some((file) => {
|
const result = item.files.some((file) => {
|
||||||
core.info(`arch: ${file.arch}`);
|
core.info(`arch: ${file.arch}`);
|
||||||
file.arch === architecture && utils_1.WINDOWS_PLATFORMS.includes(file.platform);
|
file.arch === architecture && utils_1.WINDOWS_PLATFORMS.includes(file.platform);
|
||||||
|
|
|
@ -210,7 +210,7 @@ export function isArchPresentForWindows(item: any, architecture: string) {
|
||||||
if (architecture === 'x32') {
|
if (architecture === 'x32') {
|
||||||
architecture = 'x86';
|
architecture = 'x86';
|
||||||
}
|
}
|
||||||
core.info(`DEBUG: pypy: ${item.pypy_version}, python: ${item.python_version}`)
|
core.info(`DEBUG: pypy: ${item.pypy_version}, python: ${item.python_version}, architecture: ${architecture}`)
|
||||||
const result = item.files.some(
|
const result = item.files.some(
|
||||||
(file: any) => {
|
(file: any) => {
|
||||||
core.info(`arch: ${file.arch}`);
|
core.info(`arch: ${file.arch}`);
|
||||||
|
|
Loading…
Add table
Reference in a new issue