We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef781cf commit 2c47eb0Copy full SHA for 2c47eb0
.github/workflows/ci.yml
@@ -48,9 +48,9 @@ jobs:
48
- name: Install dependencies
49
run: |
50
cabal v2-update
51
- cabal v2-build --dependencies-only --enable-tests --disable-optimization -fexecutable all
52
- cabal freeze
+ cabal freeze --dependencies-only --enable-tests --disable-optimization -fexecutable all
53
cat cabal.project.freeze
+ cabal v2-build --dependencies-only --enable-tests --disable-optimization -fexecutable all
54
- name: Build and test
55
56
cabal v2-build --enable-tests --disable-optimization -fexecutable all
0 commit comments