From acf02ee018e58cfbb282578f55ebde5364a90e61 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Mon, 16 Oct 2023 17:27:35 -0500 Subject: [PATCH] CI: use `ghcup` instead of `hvr-ppa` for setup See https://github.com/haskell-CI/haskell-ci/pull/685 . --- .github/workflows/haskell-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index c6625f6..0437c6e 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -61,17 +61,17 @@ jobs: - compiler: ghc-8.8.4 compilerKind: ghc compilerVersion: 8.8.4 - setup-method: hvr-ppa + setup-method: ghcup allow-failure: false - compiler: ghc-8.6.5 compilerKind: ghc compilerVersion: 8.6.5 - setup-method: hvr-ppa + setup-method: ghcup allow-failure: false - compiler: ghc-8.4.4 compilerKind: ghc compilerVersion: 8.4.4 - setup-method: hvr-ppa + setup-method: ghcup allow-failure: false fail-fast: false steps: