aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-10-02 08:27:28 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-10-02 08:27:28 -0700
commit1d4ea54aaab1fc2efa0835d573622e93dbd2b796 (patch)
tree1abf2b61db065dfcb98d1144c9cb30e7581d1f1b /.github
parentdad5e0d0836043262f66c07aa45bf68b87e11458 (diff)
downloadpandoc-1d4ea54aaab1fc2efa0835d573622e93dbd2b796.tar.gz
ci: we don't need to install cabal/ghc manually, it seems.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d180c2012..abcb3d6e0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -55,11 +55,6 @@ jobs:
# cabal: '3.0'
steps:
- uses: actions/checkout@v1
- - name: Install recent cabal/ghc
- run: |
- sudo add-apt-repository ppa:hvr/ghc
- sudo apt-get update
- sudo apt-get install ghc-${{ matrix.versions.ghc }} cabal-install-${{ matrix.versions.cabal }}
- name: Install dependencies
run: |
export PATH=/opt/cabal/${{ matrix.versions.cabal }}/bin:/opt/ghc/${{ matrix.versions.ghc }}/bin:$PATH