Skip to content

all langs

all langs #15

Workflow file for this run

---
name: rake
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
rake:
strategy:
matrix:
os: [ubuntu-20.04]
ruby: ['3.0']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- run: sudo apt-get -y install ghostscript
- uses: teatimeguest/setup-texlive-action@v2.6.0
with:
update-all-packages: true
packages: scheme-basic xetex ffcode libertine microtype hypdoc href-ul newtx biblatex biber verbatimcopy pgfopts silence setspace makecell textpos merriweather mdframed zref needspace pgf pgfplots
- run: sudo apt-get install -y texlive-lang-all
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: bundle update
- run: bundle exec rake