[commit: ghc] master: CircleCI: Install texinfo (11a59de)
git at git.haskell.org
git at git.haskell.org
Mon Oct 2 17:08:28 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/11a59de25d49f999eed0ea55df29d916a66ecd91/ghc
>---------------------------------------------------------------
commit 11a59de25d49f999eed0ea55df29d916a66ecd91
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Mon Oct 2 13:08:12 2017 -0400
CircleCI: Install texinfo
>---------------------------------------------------------------
11a59de25d49f999eed0ea55df29d916a66ecd91
.circleci/config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 6ee6c48..a19dc24 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
name: git
command: |
apt-get update
- apt-get install -y git openssh-client make automake autoconf gcc perl python3
+ apt-get install -y git openssh-client make automake autoconf gcc perl python3 texinfo
- checkout
- run:
name: submodules
More information about the ghc-commits
mailing list