File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ defaults:
6
6
run :
7
7
shell : bash
8
8
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
-
14
9
on :
15
10
push :
16
11
branches :
19
14
release :
20
15
types :
21
16
- created
17
+ workflow_dispatch :
22
18
23
19
env :
24
20
# 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
30
30
ghc-options: -Werror
31
31
package cabal-install
32
32
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