Skip to content

Commit 8243c44

Browse files
committed
ci: set cabal version for github actions
1 parent 103b6d2 commit 8243c44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: haskell/actions/setup@v1
1818
with:
1919
ghc-version: ${{ matrix.ghc }}
20+
cabal-version: '3.10.1.0'
2021
- name: Cache
2122
uses: actions/cache@v3
2223
env:

0 commit comments

Comments
 (0)