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