Remove unnecessary call to sdist
For some reason `cabal install` does sdist.pull/323/head
parent
751ec8848a
commit
47865b708c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue