mirror of
https://github.com/actions/setup-python.git
synced 2025-07-02 23:53:47 +00:00
Debug
This commit is contained in:
parent
69f5a56bfc
commit
ae017779cb
2 changed files with 2 additions and 2 deletions
|
@ -210,7 +210,7 @@ export function isArchPresentForWindows(item: any, architecture: string) {
|
|||
if (architecture === 'x32') {
|
||||
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: any) => {
|
||||
core.info(`arch: ${file.arch}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue