aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-09-20 22:39:04 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2020-09-20 22:57:39 +0200
commit4b459b49ea8075be6b3defe764bdc0cc7ad47fb5 (patch)
tree358859a30ccfb8b1b9452ee9da858317edbad4e4 /.github/workflows
parentfbdc0b3ad4068c0a1d3dcab133b0b895a7aecae6 (diff)
downloadpandoc-4b459b49ea8075be6b3defe764bdc0cc7ad47fb5.tar.gz
CI: remove duplicate build step on macOS
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 697d0783c..ec78435ed 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -153,12 +153,6 @@ jobs:
- name: Install recent cabal/ghc
uses: actions/setup-haskell@v1.1
with:
- ghc-version: '8.10.1'
- cabal-version: '3.2'
-
- - name: Install recent cabal/ghc
- uses: actions/setup-haskell@v1.1
- with:
ghc-version: ${{ matrix.versions.ghc }}
cabal-version: ${{ matrix.versions.cabal }}