Skip to content

Commit

Permalink
GHA: fixes for apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Nov 13, 2023
1 parent 7ef1898 commit f66d3d0
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install ikiwiki
run: |
apt-get install \
apt-get install -y --no-install-recommends \
ikiwiki \
libtext-multimarkdown-perl \
libimage-magick-perl \
Expand All @@ -58,17 +58,20 @@ jobs:
texlive-latex-extra \
texlive-latex-recommended \
texlive-pictures \
graphviz
graphviz \
apt-get install -y --no-install-recommends \
dvipng # for teximg plugin
apt-get install -y --no-install-recommends \
mupdf-tools # for mutool
# not latest version
#apt-get install \
#tj3
apt-get install \
dvipng # for teximg plugin
apt-get install \
mupdf-tools # for mutool
apt-get install -y --no-install-recommends \
ruby-rubygems # for taskjuggler
cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
cpanm -n YAML::Any YAML::XS Sort::Naturally LaTeXML
Expand Down

0 comments on commit f66d3d0

Please # to comment.