From 8acc8be2babfe1ce2dc46eb7b15f559ad8f5edd1 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 17 Jan 2021 09:53:19 -0500 Subject: [PATCH] win_installer: checkout DepCtrl 0.6.3 --- tools/win-installer-setup.ps1 | 2 ++ 1 file changed, 2 insertions(+) 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