Skip to content

Commit

Permalink
Add missing texlive installation to integration workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey authored Sep 18, 2023
1 parent d5c903f commit 459d2b5
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/integration.app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,41 @@ jobs:
id: smalltalkci
with:
smalltalk-image: Pharo64-11
- name: Setup TeX Live
uses: teatimeguest/setup-texlive-action@v2
with:
version: 2021
packages: >-
scheme-small
latexmk
luatex85
ctablestack
environ
filehook
fira
fontaxes
fontspec
footmisc
gentium-tug
graphics
hyphen-english
import
listings
luatexbase
memoir
multirow
opensans
pgf
polyglossia
ragged2e
tcolorbox
tools
trimspaces
ulem
varwidth
xcolor
xtab
slantsc
- name: go
shell: bash
timeout-minutes: 15
Expand Down

0 comments on commit 459d2b5

Please sign in to comment.