diff options
-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 }} |