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 9642d15 commit a745e79Copy full SHA for a745e79
.github/workflows/ci.yml
@@ -48,8 +48,6 @@ jobs:
48
- name: Install dependencies
49
run: |
50
cabal v2-update
51
- cabal freeze --dependencies-only --enable-tests --disable-optimization -fexecutable
52
- cat cabal.project.freeze
53
cabal v2-build --dependencies-only --enable-tests --disable-optimization -fexecutable all
54
- name: Build and test
55
0 commit comments