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]>
(cherry picked from commit 0d8a69a)
  • Loading branch information
AAndrisa authored and pcercuei committed Oct 23, 2023
1 parent 27276d0 commit b599961
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 @@ -125,6 +125,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 b599961

Please sign in to comment.