Skip to content
Snippets Groups Projects
Commit 6a941422 authored by Javier Neira 's avatar Javier Neira Committed by mergify-bot
Browse files

Use conatiner older ubuntu

parent d2b6aae9
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,8 @@ jobs:
name: Validate old ghcs
runs-on: ubuntu-18.04
needs: validate
container:
image: phadej/ghc:8.8.4-xenial
strategy:
matrix:
......@@ -132,7 +134,6 @@ jobs:
- name: Install extra compiler
run: |
sudo apt-add-repository -y "ppa:hvr/ghc"
sudo apt-get update
sudo apt-get install -y ghc-${{ matrix.extra-ghc }}-dyn
......@@ -140,7 +141,6 @@ jobs:
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: latest # default, keeping for visibility
# See the following link for a breakdown of the following step
# https://github.com/haskell/actions/issues/7#issuecomment-745697160
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment