setup-texlive-action

A GitHub Action to set up TeX Live

MIT License

Stars
40
Committers
3

Bot releases are hidden (Show)

setup-texlive-action - v2.3.1

Published by teatimeguest about 2 years ago

Dependency Updates

  • deps: bump @actions/cache from 3.0.0 to 3.0.1 (#229)
  • deps: bump @actions/core from 1.9.0 to 1.9.1 (#230)
  • deps: bump @actions/cache from 3.0.1 to 3.0.3 (#231)
  • deps: bump @actions/cache from 3.0.3 to 3.0.4 (#232)
setup-texlive-action - v2.3.0

Published by teatimeguest about 2 years ago

Features

  • add update-all-packages option (#226)

Bug Fixes

  • avoid updating tlmgr for older versions
  • make sure that the action fails when package installation fails (#226)

Performance Improvements

  • make it possible to check the cache key in the actions log
setup-texlive-action - v2.2.3

Published by teatimeguest over 2 years ago

Bug Fixes

  • make sure to use correct cache key

Performance Improvements

  • cache getter return values
  • use more appropriate installation profiles for each version
  • normalize the input prefix
  • run tlmgr update --self after restoring cache

Dependency Updates

  • deps: bump @actions/cache from 2.0.5 to 2.0.6 (#191)
  • deps: bump @actions/core from 1.8.2 to 1.9.0 (#199)
setup-texlive-action - v2.2.1

Published by teatimeguest over 2 years ago

Bug Fixes

  • ensure correct parsing of comments in DEPENDS.txt

Dependency Updates

  • deps: bump @actions/tool-cache from 2.0.0 to 2.0.1 (#168)
  • deps: bump @actions/core from 1.8.1 to 1.8.2 (#171)
  • deps: bump @actions/cache from 2.0.3 to 2.0.4 (#173)
setup-texlive-action - v2.2.0

Published by teatimeguest over 2 years ago

Features

  • add support for TEXLIVE_INSTALL_NO_DISKCHECK
  • add support for DEPENDS.txt
setup-texlive-action - v2.1.0

Published by teatimeguest over 2 years ago

Dependency Updates

  • deps: bump @actions/cache from 2.0.0 to 2.0.2 (#136)
  • deps-dev: bump prettier from 2.6.1 to 2.6.2 (#133)
  • deps-dev: bump @typescript-eslint/eslint-plugin (#135)
  • deps-dev: bump @typescript-eslint/parser from 5.17.0 to 5.18.0 (#134)

Features

  • add support for TeX Live 2022
setup-texlive-action - v2.0.0

Published by teatimeguest over 2 years ago

BREAKING CHANGE

  • use Node.js v16 as runtime instead of v12

Dependency Updates

  • deps: bump @actions/cache from 1.0.8 to 1.0.9 (#84)
  • deps-dev: bump actions/checkout from 2 to 3 (#102)
  • deps-dev: bump actions/setup-node from 2 to 3 (#103)
  • deps-dev: bump @typescript-eslint/eslint-plugin from 5.10.0 to 5.12.1 (#78, #83, #90, #95, #101)
  • deps-dev: bump @typescript-eslint/parser from 5.10.0 to 5.12.1 (#79, #81, #86, #93, #100)
  • deps-dev: bump eslint-config-prettier from 8.3.0 to 8.4.0 (#98)
  • deps-dev: bump @types/node from 17.0.10 to 17.0.21 (#76, #80, #87, #94, #97)
  • deps-dev: bump eslint from 8.7.0 to 8.9.0 (#82, #96)
  • deps-dev: bump eslint-plugin-jest from 25.7.0 to 26.1.1 (#77, #85, #92)
  • deps-dev: bump @vercel/ncc from 0.33.1 to 0.33.3 (#91)
  • deps-dev: bump jest from 27.4.7 to 27.5.1 (#88)
  • deps-dev: bump @types/jest from 27.4.0 to 27.4.1 (#99)
  • deps-dev: bump jest-circus from 27.4.6 to 27.5.1 (#89)
setup-texlive-action - v1.5.1

Published by teatimeguest almost 3 years ago

Bug Fixes

  • make sure to set variables after adding TeX Live to the PATH

Bump Dependencies

setup-texlive-action - v1.5.0

Published by teatimeguest almost 3 years ago

Features

  • add support for the official environment variables (#50)

Bug Fixes

  • make sure that enviroment variables are handled appropriately
  • make logs output properly

Bump Dependencies

  • deps-dev: bump @vercel/ncc from 0.33.0 to 0.33.1 (#49)
  • deps-dev: bump @types/node from 17.0.0 to 17.0.1 (#48)
  • deps-dev: bump eslint from 8.4.1 to 8.5.0 (#47)
setup-texlive-action - v1.4.0

Published by teatimeguest almost 3 years ago

Features

  • add package-file input to specify the packages to install by file

Performance Improvements

  • change messages [skip ci]

Bump Dependencies

  • deps-dev: bump ts-jest from 27.0.7 to 27.1.0 (#27)
  • deps-dev: bump @typescript-eslint/parser from 5.5.0 to 5.6.0 (#28)
  • deps-dev: bump prettier from 2.5.0 to 2.5.1 (#26)
  • deps-dev: bump eslint from 8.3.0 to 8.4.0 (#25)
  • deps-dev: bump @typescript-eslint/eslint-plugin (#24)
setup-texlive-action - v1.3.2

Published by teatimeguest almost 3 years ago

Performance Improvements

  • add removing duplicate packages to install

Bug Fixes

  • make sure to correctly determine if the error is due to the file missing
setup-texlive-action - v1.3.1

Published by teatimeguest almost 3 years ago

Performance Improvements

  • add the installer options for the PATH (#22)

Bump Dependencies

  • deps-dev: bump @vercel/ncc from 0.32.0 to 0.33.0 (#23)
  • deps-dev: bump jest from 27.4.2 to 27.4.3 (#21)
setup-texlive-action - v1.3.0

Published by teatimeguest almost 3 years ago

Features

  • add a feature to set up TLContrib

Performance Improvements

  • add input check for package installation

Bump Dependencies

  • deps-dev: bump jest-circus from 27.4.0 to 27.4.2 (#19)
  • deps-dev: bump @types/node from 16.11.10 to 16.11.11 (#20)
  • deps-dev: bump jest from 27.4.0 to 27.4.2 (#18)
  • deps-dev: bump @typescript-eslint/parser from 5.4.0 to 5.5.0 (#17)
  • deps-dev: bump jest-circus from 27.3.1 to 27.4.0 (#15)
  • deps-dev: bump @typescript-eslint/eslint-plugin (#16)
  • deps-dev: bump jest from 27.3.1 to 27.4.0 (#14)
setup-texlive-action - v1.2.0

Published by teatimeguest almost 3 years ago

Features

  • add support for legacy versions (#13)

Bump Dependencies

  • deps-dev: bump prettier from 2.4.1 to 2.5.0 (#12)
setup-texlive-action - v1.1.1

Published by teatimeguest almost 3 years ago

Bump Dependencies

  • deps: bump @actions/cache from 1.0.7 to 1.0.8
  • deps-dev: bump @types/node from 16.11.8 to 16.11.9
  • deps-dev: bump @typescript-eslint/parser from 5.3.1 to 5.4.0
  • deps-dev: bump @types/jest from 27.0.2 to 27.0.3
  • deps-dev: bump @typescript-eslint/eslint-plugin
  • deps-dev: bump typescript from 4.4.4 to 4.5.2
  • deps-dev: bump @vercel/ncc from 0.31.1 to 0.32.0
  • deps-dev: bump @types/node from 16.11.7 to 16.11.8
setup-texlive-action - v1.1.0

Published by teatimeguest almost 3 years ago

Features

  • add checking if ACTIONS_CACHE_URL or ACTIONS_RUNTIME_URL is defined
setup-texlive-action - v1.0.0

Published by teatimeguest almost 3 years ago

Features

  • initial commit
Package Rankings
Top 7.79% on Github actions
Badges
Extracted from project README
Marketplace CI Codecov
Related Projects