mirror of https://github.com/actions/toolkit
Improve message
parent
22b43a3041
commit
7da345125d
|
@ -94,7 +94,7 @@ export async function _findMatch(
|
||||||
chk = semver.satisfies(osVersion, item.platform_version)
|
chk = semver.satisfies(osVersion, item.platform_version)
|
||||||
if (!chk) {
|
if (!chk) {
|
||||||
debug(
|
debug(
|
||||||
`OS version: "${osVersion}" does not match version python is built for: "${item.platform_version}"`
|
`OS version: "${osVersion}" does not match the version python binary is built for: "${item.platform_version}"`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue