mirror of
https://github.com/openai/codex.git
synced 2026-05-16 17:23:57 +00:00
Normalize MSVC PATH export for archive probe
This commit is contained in:
3
.github/scripts/setup-dev-drive.ps1
vendored
3
.github/scripts/setup-dev-drive.ps1
vendored
@@ -66,6 +66,9 @@ function Export-MsvcEnvironment {
|
||||
$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