Fixed script
parent
41502ff249
commit
657c72934a
|
@ -13,7 +13,7 @@ Get-Process -Name regsvr32 | ForEach-Object { Stop-Process -Id $_.Id -Force }
|
||||||
# Setup Git Credentials
|
# Setup Git Credentials
|
||||||
. "c:\steps\set_gitcredential.ps1"
|
. "c:\steps\set_gitcredential.ps1"
|
||||||
|
|
||||||
if ($env:ENABLE_GPU -e "true") {
|
if ($env:ENABLE_GPU -eq "true") {
|
||||||
# Install LLVMpipe software graphics driver
|
# Install LLVMpipe software graphics driver
|
||||||
. "c:\steps\install_llvmpipe.ps1"
|
. "c:\steps\install_llvmpipe.ps1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue