CI: add ppa:hvr/ghc in ghcjs build (#1421)

This commit is contained in:
Maxim Koltsov 2021-05-14 16:34:16 +03:00 committed by GitHub
parent 507f0a4671
commit 4016aafe66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,8 @@ jobs:
- name: Install ghcjs and cabal
run: |
# Default GitHub image dropped ppa:hvr/ghc, so we add it ourselves
sudo add-apt-repository ppa:hvr/ghc
sudo add-apt-repository ppa:hvr/ghcjs
sudo apt-get update -y
sudo apt-get install ghcjs-8.4