Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Aug 9, 2024
1 parent 02cf24c commit c95ab89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push, pull_request]

env:
TEXLIVE_VERSION: 2022
TEXLIVE_VERSION: 2023
TERM: xterm

jobs:
Expand All @@ -25,7 +25,7 @@ jobs:
inkscape --version
# install texlive
pip install https://github.com/MaxNoe/texlive-batch-installation/archive/main.tar.gz
pip install install-texlive
install_texlive -t $TEXLIVE_VERSION --collection='-a' --package-file tex-packages.txt -p $HOME/.local/texlive -v
echo "$HOME/.local/texlive/$TEXLIVE_VERSION/bin/x86_64-linux" >> $GITHUB_PATH
rm -rf ~/.local/share/recently-used.xbel
Expand Down

0 comments on commit c95ab89

Please sign in to comment.