From 47865b708cafbaaddd8f1036de5441ba9b303022 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sun, 15 Nov 2020 09:50:41 -0500 Subject: [PATCH] Remove unnecessary call to sdist For some reason `cabal install` does sdist. --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e3c50a5..2ebc7b5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,7 +55,6 @@ jobs: with: path: output/brittany* name: brittany-${{ matrix.os }}-ghc-${{ matrix.ghc }}-${{ github.sha }} - - run: cabal sdist - if: matrix.os == 'ubuntu-18.04' && matrix.ghc == '8.8.4' uses: actions/upload-artifact@v2 with: