mirror of
https://github.com/openai/codex.git
synced 2026-05-15 08:42:34 +00:00
Normalize MSVC PATH export
This commit is contained in:
3
.github/actions/setup-msvc-env/action.yml
vendored
3
.github/actions/setup-msvc-env/action.yml
vendored
@@ -78,6 +78,9 @@ runs:
|
||||
$name = $matches[1]
|
||||
$value = $matches[2]
|
||||
if ($varsToExport -contains $name) {
|
||||
if ($name -ieq "Path") {
|
||||
$name = "PATH"
|
||||
}
|
||||
"$name=$value" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user