File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ defaults:
66 run :
77 shell : bash
88
9- # See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
10- concurrency :
11- group : ${{ github.ref }}-${{ github.workflow }}
12- cancel-in-progress : true
13-
149on :
1510 push :
1611 branches :
1914 release :
2015 types :
2116 - created
17+ workflow_dispatch :
2218
2319env :
2420 # We choose a stable ghc version across all os's
Original file line number Diff line number Diff line change @@ -30,3 +30,14 @@ package cabal-testsuite
3030 ghc-options: -Werror
3131package cabal-install
3232 ghc-options: -Werror
33+
34+ constraints: tar >= 0.6.2.0,
35+ bzlib-conduit >= 0.3.0.3,
36+ bz2 >= 1.0.1.1,
37+ bzlib >= 0.5.2.0,
38+ directory >= 1.3.8.3,
39+ filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0
40+
41+ package zlib
42+ flags: -pkg-config +bundled-c-zlib
43+
You can’t perform that action at this time.
0 commit comments