Use cached version of Cabal

This commit is contained in:
Taylor Fausak 2020-11-14 16:58:25 +00:00
parent b13dad7d34
commit 1c083150fa

View File

@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
os: [ ubuntu-18.04 ]
ghc: [ '8.10' ]
cabal: [ '3.2' ]
ghc: [ '8.10.2' ]
cabal: [ '3.4.0.0' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2