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 d63e1b5 commit 9b4936dCopy full SHA for 9b4936d
.github/workflows/bench.yml
@@ -55,8 +55,10 @@ jobs:
55
- if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
56
run: cabal update
57
58
+ # max-backjumps is increased as a temporary solution
59
+ # for dependency resolution failure
60
- run: cabal configure --enable-benchmarks
61
+ run: cabal configure --enable-benchmarks --max-backjumps 10000
62
63
64
name: Build
0 commit comments