We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0265da1 commit 867b184Copy full SHA for 867b184
.github/workflows/ghcjs.yml
@@ -20,6 +20,10 @@ jobs:
20
21
- name: Install ghcjs and cabal
22
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
27
# Default GitHub image dropped ppa:hvr/ghc, so we add it ourselves
28
sudo add-apt-repository ppa:hvr/ghc
29
sudo add-apt-repository ppa:hvr/ghcjs
0 commit comments