win_installer: set directory correctly after DepCtrl checkout
This commit is contained in:
parent
e186fa4627
commit
2cb759a6e2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue