diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 4c0e98e0..d1248c8a 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -169,7 +169,7 @@ jobs: apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5 apt-add-repository -y 'ppa:hvr/ghc' apt-get update - apt-get install -y "$HCNAME" cabal-install-3.4 + apt-get install -y "$HCNAME" cabal-install-3.4 hugs libhugs-time-bundled env: HCKIND: ${{ matrix.compilerKind }} HCNAME: ${{ matrix.compiler }} diff --git a/.github/workflows/hugs-ci.yml b/.github/workflows/hugs-ci.yml index f3607c57..d33e2b26 100644 --- a/.github/workflows/hugs-ci.yml +++ b/.github/workflows/hugs-ci.yml @@ -6,13 +6,17 @@ jobs: linux: name: Hugs-CI - Linux runs-on: ubuntu-20.04 - container: - image: buildpack-deps:bionic steps: - name: apt run: | apt-get update apt-get install -y hugs libhugs-time-bundled + - name: Get Haskell + id: haskell + uses: haskell-actions/setup@v2 + with: + ghc-version: '9.6' + cabal-version: '3.10.1.0' - name: checkout uses: actions/checkout@v3 - name: build and test