Skip to content

Commit c5f2c81

Browse files
committed
Regenerate CI
1 parent 3863666 commit c5f2c81

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/haskell-ci.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.13.20211030
11+
# version: 0.13.20211111
1212
#
13-
# REGENDATA ("0.13.20211030",["github","--config=cabal.haskell-ci","lattices.cabal"])
13+
# REGENDATA ("0.13.20211111",["github","--config=cabal.haskell-ci","lattices.cabal"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -24,6 +24,8 @@ jobs:
2424
linux:
2525
name: Haskell-CI - Linux - ${{ matrix.compiler }}
2626
runs-on: ubuntu-18.04
27+
timeout-minutes:
28+
60
2729
container:
2830
image: buildpack-deps:bionic
2931
continue-on-error: ${{ matrix.allow-failure }}
@@ -164,6 +166,10 @@ jobs:
164166
repository hackage.haskell.org
165167
url: http://hackage.haskell.org/
166168
EOF
169+
cat >> $CABAL_CONFIG <<EOF
170+
program-default-options
171+
ghc-options: $GHCJOBS +RTS -M3G -RTS
172+
EOF
167173
cat $CABAL_CONFIG
168174
- name: versions
169175
run: |

0 commit comments

Comments
 (0)