Try to avoid hanging builds
All checks were successful
Windows setup / run-setup (push) Successful in 27m6s

This commit is contained in:
Brandyn / Techy
2026-04-06 16:17:05 -05:00
parent 20dcdf3ee1
commit dba81d9316

View File

@@ -26,10 +26,12 @@ rem Install prerequisites...
echo Installing prerequisites...
start /wait Engine\Extras\Redist\en-us\vc_redist.x64.exe /install /passive /quiet /norestart
rem Register the engine installation...
if not exist .\Engine\Binaries\Win64\UnrealVersionSelector-Win64-Shipping.exe goto :no_unreal_version_selector
.\Engine\Binaries\Win64\UnrealVersionSelector-Win64-Shipping.exe /register
:no_unreal_version_selector
:: This causes the docker build to hang - TODO: Find the right args to force and not prompt the user
::rem Register the engine installation...
::if not exist .\Engine\Binaries\Win64\UnrealVersionSelector-Win64-Shipping.exe goto :no_unreal_version_selector
::.\Engine\Binaries\Win64\UnrealVersionSelector-Win64-Shipping.exe /register
:::no_unreal_version_selector
rem Done!
goto :end