Skip to content

Commit ec91a99

Browse files
authored
Install Ubuntu package "tth" for use by make_docs (#33)
I've seen this in package CI logs several times now: Use of uninitialized value $whichtth in scalar chomp at ../../../etc/convert.pl line 2076. Use of uninitialized value $whichtth in pattern match (m//) at ../../../etc/convert.pl line 2077. Use of uninitialized value $whichtth in concatenation (.) or string at ../../../etc/convert.pl line 2078. !! tth: not in path.
1 parent e60072c commit ec91a99

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ inputs:
1313
runs:
1414
using: "composite"
1515
steps:
16+
- name: "Install tth (for old-style documentation)"
17+
shell: bash
18+
run: |
19+
sudo apt-get update
20+
sudo apt-get install --no-install-recommends tth
1621
- name: "Install TeX Live"
1722
if: ${{ inputs.use-latex == 'true' }}
1823
shell: bash
1924
run: |
20-
sudo apt-get update
2125
sudo apt-get install --no-install-recommends texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
2226
- name: "Check for GAP manual"
2327
shell: bash

0 commit comments

Comments
 (0)