Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aknierim committed Mar 15, 2024
1 parent c3092fe commit b7e97a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
pull_request:

env:
TEXLIVE_VERSION: 2023
TERM: xterm

jobs:
Expand All @@ -30,7 +31,7 @@ jobs:
run: |
sudo apt-get install --yes poppler-utils
pip install https://github.com/maxnoe/texlive-batch-installation/archive/v0.3.2.tar.gz
python -m install_texlive -p $HOME/texlive -t 2023 --collections='-a' --package-file tex-packages.txt --update -v
python -m install_texlive -p $HOME/texlive -t $TEXLIVE_VERSION --collections='-a' --package-file tex-packages.txt --update -v
# add to path for following steps
echo "$HOME/texlive/$TEXLIVE_VERSION/bin/x86_64-linux" >> $GITHUB_PATH
Expand Down

0 comments on commit b7e97a4

Please sign in to comment.