Skip to content

Update teatimeguest/setup-texlive-action action to v3 #55

Update teatimeguest/setup-texlive-action action to v3

Update teatimeguest/setup-texlive-action action to v3 #55

Workflow file for this run

---
name: rake
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
rake:
strategy:
matrix:
os: [ubuntu-24.04]
ruby: [3.3]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install --yes ghostscript
- uses: teatimeguest/setup-texlive-action@v3.3.4
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 babel-russian cyrillic lh cm-super anyfontsize csquotes
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle config set --global path "$(pwd)/vendor/bundle"
- run: bundle install
- run: bundle exec rake