Skip to content

Commit

Permalink
CI:publish_deps.ps1: fix MinGW build
Browse files Browse the repository at this point in the history
Install 9.2.8 version of ghc because it"s not supported anymore
on windows-2022 image from azure.

Signed-off-by: Andreea Andrisan <[email protected]>
  • Loading branch information
AAndrisa authored and pcercuei committed Oct 23, 2023
1 parent 34a2aef commit 0d8a69a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d8a69a

Please sign in to comment.