diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2020-09-20 22:39:04 +0200 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2020-09-20 22:57:39 +0200 |
commit | 4b459b49ea8075be6b3defe764bdc0cc7ad47fb5 (patch) | |
tree | 358859a30ccfb8b1b9452ee9da858317edbad4e4 | |
parent | fbdc0b3ad4068c0a1d3dcab133b0b895a7aecae6 (diff) | |
download | pandoc-4b459b49ea8075be6b3defe764bdc0cc7ad47fb5.tar.gz |
CI: remove duplicate build step on macOS
-rw-r--r-- | .github/workflows/ci.yml | 6 |
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 }} |