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

Add hvr/ppa

parent 5459fb98
Branches gb/no-reconfigure-test-flags
No related tags found
No related merge requests found
......@@ -131,7 +131,10 @@ jobs:
run: sudo apt-get update
- name: Install extra compiler
run: sudo apt-get install -y ghc-${{ matrix.extra-ghc }}-dyn
run: |
sudo apt-add-repository -y "ppa:hvr/ghc"
sudo apt-get update
sudo apt-get install -y ghc-${{ matrix.extra-ghc }}-dyn
- uses: haskell/actions/setup@v1
id: setup-haskell
......
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