CI: add ppa:hvr/ghc in ghcjs build (#1421)
This commit is contained in:
parent
507f0a4671
commit
4016aafe66
1 changed files with 2 additions and 0 deletions
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
|
@ -131,6 +131,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install ghcjs and cabal
|
- name: Install ghcjs and cabal
|
||||||
run: |
|
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 add-apt-repository ppa:hvr/ghcjs
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install ghcjs-8.4
|
sudo apt-get install ghcjs-8.4
|
||||||
|
|
Loading…
Reference in a new issue