Skip to content

Commit d59c59d

Browse files
stevappleweliveindetail
authored andcommitted
Try to address CI failure
1 parent 16ea589 commit d59c59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ function Get-BisonExecutable {
351351
}
352352

353353
function Get-PythonExecutable {
354-
return [IO.Path]::Combine($BinaryCache, "Python$($HostArch.CMakeName)-$PythonVersion", "tools", "python.exe")
354+
return Join-Path -Path $BinaryCache -ChildPath "Python$($HostArch.CMakeName)-$PythonVersion\tools\python.exe"
355355
}
356356

357357
function Get-InstallDir($Arch) {

0 commit comments

Comments
 (0)