Skip to content

Commit 4016aaf

Browse files
authored
CI: add ppa:hvr/ghc in ghcjs build (#1421)
1 parent 507f0a4 commit 4016aaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ jobs:
131131
132132
- name: Install ghcjs and cabal
133133
run: |
134+
# Default GitHub image dropped ppa:hvr/ghc, so we add it ourselves
135+
sudo add-apt-repository ppa:hvr/ghc
134136
sudo add-apt-repository ppa:hvr/ghcjs
135137
sudo apt-get update -y
136138
sudo apt-get install ghcjs-8.4

0 commit comments

Comments
 (0)