Skip to content

Commit

Permalink
Remove gen-bounds from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaBeech committed May 18, 2024
1 parent 2dd950b commit 6a1f1c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ jobs:
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(real-dice)$/; }' >> cabal.project.local
cat cabal.project
cat cabal.project.local
$CABAL gen-bounds
- name: dump install plan
run: |
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
Expand Down

0 comments on commit 6a1f1c1

Please sign in to comment.