Skip to content

Commit a745e79

Browse files
committed
CI: remove cabal freeze step.
1 parent 9642d15 commit a745e79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
- name: Install dependencies
4949
run: |
5050
cabal v2-update
51-
cabal freeze --dependencies-only --enable-tests --disable-optimization -fexecutable
52-
cat cabal.project.freeze
5351
cabal v2-build --dependencies-only --enable-tests --disable-optimization -fexecutable all
5452
- name: Build and test
5553
run: |

0 commit comments

Comments
 (0)