mirror of
https://github.com/tfausak/witch.git
synced 2024-11-23 00:06:27 +03:00
Use cached version of Cabal
This commit is contained in:
parent
b13dad7d34
commit
1c083150fa
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user