aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorErik Martin-Dorel2020-05-06 21:48:52 +0200
committerGitHub2020-05-06 21:48:52 +0200
commitea62543527e6c0fcca8bbb70695e25c2f5d89614 (patch)
tree7677ecfde716f179299d0e8e8475055ac234c868 /.github
parent24e1c5ae3dec16c972babcf44786eb7eff3c6b53 (diff)
parentc3304c49c9d3c1c304e64e34b85ee032b28f3cbe (diff)
Merge pull request #488 from Flupp/doc-info-menu-fix
doc/ProofGeneral.texi: fix makeinfo
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index db4bb766..6f67a0f4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -41,6 +41,9 @@ jobs:
- run: emacs --version
- run: make
+ - name: Install makeinfo
+ run: sudo apt-get update -y -q && sudo DEBIAN_FRONTEND=noninteractive apt-get install -y -q --no-install-recommends texinfo
+ - run: make doc.info
test:
runs-on: ubuntu-latest