win_installer: set directory correctly after DepCtrl checkout

This commit is contained in:
Ryan 2021-01-30 09:11:34 -05:00
parent e186fa4627
commit 2cb759a6e2
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ if (!(Test-Path DependencyControl)) {
git clone https://github.com/TypesettingTools/DependencyControl.git
Set-Location DependencyControl
git checkout v0.6.3-alpha
Set-Location $DepsDir
}
# YUtils