Skip to content

Commit f9dd1f6

Browse files
author
Gaël Deest
committed
Try installing GHCJS via HVR's PPA
1 parent 9357583 commit f9dd1f6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,16 @@ jobs:
118118
- name: Test
119119
run: |
120120
stack test --system-ghc
121+
122+
ghcjs:
123+
name: stack / ghcjs 8.4
124+
runs-on: "ubuntu-18.04"
125+
126+
steps:
127+
- uses: actions/checkout@v2
128+
129+
- name: Install ghcjs
130+
run: |
131+
sudo add-apt-repository ppa:hvr/ghcjs
132+
sudo apt-get update -y
133+
sudo apt-get install ghcjs-8.4

0 commit comments

Comments
 (0)