You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
// Hard code default windows version to get around ghc-choco using the old add-path commands. Other cli tools don't have this issue and don't have the 8.10.2.2 version
@@ -11171,6 +11167,8 @@ async function apt(tool, version) {
11171
11167
}
11172
11168
asyncfunctionchoco(tool,version){
11173
11169
core.info(`Attempting to install ${tool}${version} using chocolatey`);
11170
+
// Choco tries to invoke `add-path` command on earlier versions of ghc, which has been deprecated and fails the step, so disable command execution during this.
core.info(`Attempting to install ${tool}${version} using chocolatey`);
165
-
165
+
// Choco tries to invoke `add-path` command on earlier versions of ghc, which has been deprecated and fails the step, so disable command execution during this.
// Hard code default windows version to get around ghc-choco using the old add-path commands. Other cli tools don't have this issue and don't have the 8.10.2.2 version
0 commit comments