Try installing GHCJS via HVR's PPA
This commit is contained in:
parent
9357583459
commit
f9dd1f691f
1 changed files with 13 additions and 0 deletions
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
|
@ -118,3 +118,16 @@ jobs:
|
|||
- name: Test
|
||||
run: |
|
||||
stack test --system-ghc
|
||||
|
||||
ghcjs:
|
||||
name: stack / ghcjs 8.4
|
||||
runs-on: "ubuntu-18.04"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install ghcjs
|
||||
run: |
|
||||
sudo add-apt-repository ppa:hvr/ghcjs
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install ghcjs-8.4
|
||||
|
|
Loading…
Reference in a new issue