Skip to content

Commit 867b184

Browse files
committed
Enable Ubuntu universe repo in ghcjs CI
1 parent 0265da1 commit 867b184

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ghcjs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
2121
- name: Install ghcjs and cabal
2222
run: |
23+
sudo apt-get update -y
24+
sudo apt-get install -y --no-install-recommends software-properties-common
25+
# Needed to get nodejs and npm
26+
sudo add-apt-repository -y universe
2327
# Default GitHub image dropped ppa:hvr/ghc, so we add it ourselves
2428
sudo add-apt-repository ppa:hvr/ghc
2529
sudo add-apt-repository ppa:hvr/ghcjs

0 commit comments

Comments
 (0)