Skip to content

Commit 73634cb

Browse files
committed
CI: remove 'all' from cabal freeze command.
1 parent 2c47eb0 commit 73634cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install dependencies
4949
run: |
5050
cabal v2-update
51-
cabal freeze --dependencies-only --enable-tests --disable-optimization -fexecutable all
51+
cabal freeze --dependencies-only --enable-tests --disable-optimization -fexecutable
5252
cat cabal.project.freeze
5353
cabal v2-build --dependencies-only --enable-tests --disable-optimization -fexecutable all
5454
- name: Build and test

0 commit comments

Comments
 (0)