Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ inputs:
runs:
using: "composite"
steps:
- name: "Install tth (for old-style documentation)"
shell: bash
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends tth
- name: "Install TeX Live"
if: ${{ inputs.use-latex == 'true' }}
shell: bash
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
- name: "Check for GAP manual"
shell: bash
Expand Down