From 26efd23f8d251157ec73642a4dddcd55fc1cb569 Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Sat, 21 Nov 2020 00:24:29 +0000 Subject: [PATCH] Upgrade to ghcup-0.1.12 --- src/installer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer.ts b/src/installer.ts index e7b4400a..0b28ed56 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -188,7 +188,7 @@ async function choco(tool: Tool, version: string): Promise { } async function ghcupBin(os: OS): Promise { - const v = '0.1.8'; + const v = '0.1.12'; const cachedBin = tc.find('ghcup', v); if (cachedBin) return join(cachedBin, 'ghcup');