Commit bb72241b authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

update texlive dependencies

parent 64c8f989
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ default:
  image: "archlinux:latest"
  before_script:
    # install dependencies
    - pacman -Suy --noconfirm --needed make texlive-bin texlive-core texlive-bibtexextra texlive-fontsextra texlive-formatsextra texlive-langgreek texlive-latexextra texlive-pictures texlive-pstricks texlive-publishers texlive-science biber perl-clone python-pygments which
    - pacman -Suy --noconfirm --needed make texlive biber perl-clone python-pygments which
    # make sure that $PATH and other essential variables are set correctly
    - source /etc/profile