diff --git a/tools/win-installer-setup.ps1 b/tools/win-installer-setup.ps1 index 42ee0cc42..c9a669568 100644 --- a/tools/win-installer-setup.ps1 +++ b/tools/win-installer-setup.ps1 @@ -21,6 +21,8 @@ Set-Location $DepsDir # DepCtrl if (!(Test-Path DependencyControl)) { git clone https://github.com/TypesettingTools/DependencyControl.git + Set-Location DependencyControl + git checkout v0.6.3-alpha } # YUtils