From 0d8a69aaf2f064cafaa9a962308f679f9b8fa982 Mon Sep 17 00:00:00 2001 From: Andreea Andrisan Date: Mon, 23 Oct 2023 15:00:51 +0300 Subject: [PATCH] CI:publish_deps.ps1: fix MinGW build Install 9.2.8 version of ghc because it's not supported anymore on windows-2022 image from azure. Signed-off-by: Andreea Andrisan --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 309207dd2..aadb82e66 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -121,6 +121,7 @@ stages: inputs: targetType: inline script: | + ghcup install ghc 9.2.8 git submodule update --init if ( !( Test-Path deps ) ) { mkdir deps