Skip to content

Commit e85a13c

Browse files
committed
Run cabal update on ci
1 parent 3bf244f commit e85a13c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
${{ runner.os }}-build-
3535
${{ runner.os }}-
3636
37+
- name: Cabal update
38+
run: cabal update
3739
- name: Build
3840
run: cabal build all
3941
- name: Test

0 commit comments

Comments
 (0)